Lince Commons Persistence

Lince Commons is an Lince project focused on persistence aspects of reusable Java components.

Лицензия

Лицензия

Группа

Группа

work.lince
Идентификатор

Идентификатор

lince-commons-persistence
Последняя версия

Последняя версия

0.0.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

Lince Commons Persistence
Lince Commons is an Lince project focused on persistence aspects of reusable Java components.
Ссылка на сайт

Ссылка на сайт

http://www.lince.work
Система контроля версий

Система контроля версий

https://github.com/dexecutor/dependent-tasks-executor

Скачать lince-commons-persistence

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/work.lince/lince-commons-persistence/ -->
<dependency>
    <groupId>work.lince</groupId>
    <artifactId>lince-commons-persistence</artifactId>
    <version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/work.lince/lince-commons-persistence/
implementation 'work.lince:lince-commons-persistence:0.0.1'
// https://jarcasting.com/artifacts/work.lince/lince-commons-persistence/
implementation ("work.lince:lince-commons-persistence:0.0.1")
'work.lince:lince-commons-persistence:jar:0.0.1'
<dependency org="work.lince" name="lince-commons-persistence" rev="0.0.1">
  <artifact name="lince-commons-persistence" type="jar" />
</dependency>
@Grapes(
@Grab(group='work.lince', module='lince-commons-persistence', version='0.0.1')
)
libraryDependencies += "work.lince" % "lince-commons-persistence" % "0.0.1"
[work.lince/lince-commons-persistence "0.0.1"]

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
org.apache.maven.scm : maven-scm-api jar 1.11.2
org.apache.maven.plugins : maven-gpg-plugin maven-plugin 1.6

provided (4)

Идентификатор библиотеки Тип Версия
org.springframework.boot : spring-boot-starter-web jar 2.2.1.RELEASE
org.springframework.boot : spring-boot-starter-data-jpa jar 2.2.1.RELEASE
org.projectlombok : lombok jar 1.18.10
org.springframework.cloud : spring-cloud-starter-openfeign jar 2.2.0.RELEASE

test (5)

Идентификатор библиотеки Тип Версия
org.springframework.boot : spring-boot-starter-test jar 2.2.1.RELEASE
org.spockframework : spock-core jar 1.1-groovy-2.4-rc-2
org.spockframework : spock-spring jar 1.1-groovy-2.4-rc-3
cglib : cglib jar 3.2.5
org.codehaus.groovy.modules.http-builder : http-builder jar 0.7.1

Модули Проекта

Данный проект не имеет модулей.

Dexecutor

Build Status Coverage Status Maven Central Dependency Status License Gitter

Executing dependent/Independent tasks in a reliable way, is made so easy that even grandma can do it.

Refer wiki or Project Web site for more Details.

Stable Release Version JDK Version compatibility Release Date
2.1.2 1.8+ 12/25/2020
1.1.2 1.7+ 10/15/2016

License

Dexecutor is licensed under Apache Software License, Version 2.0.

News

  • Version 2.1.2 released on 12/25/2020.
  • Version 2.1.1 released on 01/17/2020.
  • Version 2.1.0 released on 11/23/2018.
  • Version 2.0.2 released on 01/27/2018.
  • Version 2.0.1 released on 03/15/2017.
  • Version 2.0.0 released on 11/01/2016.
  • Version 1.1.2 released on 10/15/2016.
  • Version 1.1.1 released on 10/08/2016.
  • Version 1.1.0 released on 10/06/2016.
  • Version 1.0.3 released on 09/16/2016.
  • Version 1.0.2 released on 09/10/2016.
  • Version 1.0.1 released on 09/05/2016.
  • Version 1.0.0 released on 09/03/2016.
  • Version 0.0.4 released on 08/25/2016.
  • Version 0.0.3 released on 08/23/2016.
  • Version 0.0.2 released on 08/21/2016.
  • Version 0.0.1 released on 08/20/2016.

2.1.2

  • Able to get any tasks results from within any other task this.getResult(id) you can call this from with in Task.execute

Maven Repository

Dexecutor is deployed at sonatypes open source maven repository. You may use the following repository configuration (if you are interested in snapshots)

<repositories>
     <repository>
         <id>dexecutor-snapshots</id>
         <snapshots>
             <enabled>true</enabled>
         </snapshots>
         <url>https://oss.sonatype.org/content/groups/public/</url>
     </repository>
</repositories>

This repositories releases will be synched to maven central on a regular basis. Snapshots remain at sonatype.

Alternatively you can pull Dexecutor from the central maven repository, just add these to your pom.xml file:

<dependency>
  <groupId>com.github.dexecutor</groupId>
  <artifactId>dexecutor-core</artifactId>
  <version>2.1.2</version>
</dependency>

BUILDING from the sources

As it is maven project, buidling is just a matter of executing the following in your console:

mvn package

This will produce the dexecutor-core-VERSION.jar file under the target directory.

Support

If you need help using Dexecutor feel free to drop an email or create an issue in github.com (preferred)

Contributions

To help Dexecutor development you are encouraged to

  • Provide suggestion/feedback/Issue
  • pull requests for new features
  • Star 🌟 the project

View My profile on LinkedIn

work.lince

Версии библиотеки

Версия
0.0.1