License |
License |
---|---|
GroupId | GroupIdio.github.jas34 |
ArtifactId | ArtifactIdscheduledwf-core |
Last Version | Last Version2.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionScheduled Conductor-Workflow is an extension of netflix conductor to provide capability to schedule a
workflow in micro service architecture
|
Filename | Size |
---|---|
scheduledwf-core-2.0.0.pom | |
scheduledwf-core-2.0.0.jar | 70 KB |
scheduledwf-core-2.0.0-sources.jar | 39 KB |
scheduledwf-core-2.0.0-javadoc.jar | 338 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.jas34/scheduledwf-core/ -->
<dependency>
<groupId>io.github.jas34</groupId>
<artifactId>scheduledwf-core</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.jas34/scheduledwf-core/
implementation 'io.github.jas34:scheduledwf-core:2.0.0'
// https://jarcasting.com/artifacts/io.github.jas34/scheduledwf-core/
implementation ("io.github.jas34:scheduledwf-core:2.0.0")
'io.github.jas34:scheduledwf-core:jar:2.0.0'
<dependency org="io.github.jas34" name="scheduledwf-core" rev="2.0.0">
<artifact name="scheduledwf-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.jas34', module='scheduledwf-core', version='2.0.0')
)
libraryDependencies += "io.github.jas34" % "scheduledwf-core" % "2.0.0"
[io.github.jas34/scheduledwf-core "2.0.0"]
Group / Artifact | Type | Version |
---|---|---|
com.netflix.conductor : conductor-core | jar | 3.3.0 |
com.netflix.conductor : conductor-common | jar | 3.3.0 |
com.netflix.conductor : conductor-contribs | jar | 3.3.0 |
com.coreoz : wisp | jar | 2.2.0 |
com.cronutils : cron-utils | jar | 8.0.0 |
org.redisson : redisson | jar | 3.11.4 |
com.netflix.conductor : conductor-redis-lock | jar | 3.3.0 |
org.springframework.boot : spring-boot-starter | jar | 2.3.1.RELEASE |
org.springframework.boot : spring-boot-starter-validation | jar | 2.3.1.RELEASE |
com.google.guava : guava | jar | 30.0-jre |
com.amazonaws : aws-java-sdk-core | jar | 1.11.86 |
org.apache.commons : commons-collections4 | jar | 4.4 |
Group / Artifact | Type | Version |
---|---|---|
com.github.kstyrc : embedded-redis | jar | 0.6 |
junit : junit | jar | 4.13.1 |
org.mockito : mockito-all | jar | 1.10.19 |
org.springframework.boot : spring-boot-starter-test | jar | 2.3.1.RELEASE |