is not current version
Last Version 2.0.0

io.github.jas34:scheduledwf-parent 1.0.0-rc1

Scheduled Conductor-Workflow is an extension of netflix conductor to provide capability to schedule a workflow in micro service architecture

GroupId

GroupId

io.github.jas34
ArtifactId

ArtifactId

scheduledwf-parent
Version

Version

1.0.0-rc1
Type

Type

pom

Download scheduledwf-parent 1.0.0-rc1


<!-- https://jarcasting.com/artifacts/io.github.jas34/scheduledwf-parent/ -->
<dependency>
    <groupId>io.github.jas34</groupId>
    <artifactId>scheduledwf-parent</artifactId>
    <version>1.0.0-rc1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.jas34/scheduledwf-parent/
implementation 'io.github.jas34:scheduledwf-parent:1.0.0-rc1'
// https://jarcasting.com/artifacts/io.github.jas34/scheduledwf-parent/
implementation ("io.github.jas34:scheduledwf-parent:1.0.0-rc1")
'io.github.jas34:scheduledwf-parent:pom:1.0.0-rc1'
<dependency org="io.github.jas34" name="scheduledwf-parent" rev="1.0.0-rc1">
  <artifact name="scheduledwf-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.jas34', module='scheduledwf-parent', version='1.0.0-rc1')
)
libraryDependencies += "io.github.jas34" % "scheduledwf-parent" % "1.0.0-rc1"
[io.github.jas34/scheduledwf-parent "1.0.0-rc1"]