is not current version
Last Version 1.0.0.CR1

org.jberet.test-apps:flow 1.0.0.Beta2


GroupId

GroupId

org.jberet.test-apps
ArtifactId

ArtifactId

flow
Version

Version

1.0.0.Beta2
Type

Type

jar

Download flow 1.0.0.Beta2


<!-- https://jarcasting.com/artifacts/org.jberet.test-apps/flow/ -->
<dependency>
    <groupId>org.jberet.test-apps</groupId>
    <artifactId>flow</artifactId>
    <version>1.0.0.Beta2</version>
</dependency>
// https://jarcasting.com/artifacts/org.jberet.test-apps/flow/
implementation 'org.jberet.test-apps:flow:1.0.0.Beta2'
// https://jarcasting.com/artifacts/org.jberet.test-apps/flow/
implementation ("org.jberet.test-apps:flow:1.0.0.Beta2")
'org.jberet.test-apps:flow:jar:1.0.0.Beta2'
<dependency org="org.jberet.test-apps" name="flow" rev="1.0.0.Beta2">
  <artifact name="flow" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jberet.test-apps', module='flow', version='1.0.0.Beta2')
)
libraryDependencies += "org.jberet.test-apps" % "flow" % "1.0.0.Beta2"
[org.jberet.test-apps/flow "1.0.0.Beta2"]