is not current version
Last Version 1.0.5

org.flowstep:flowstep-core 1.0.2

flowStep Core components

GroupId

GroupId

org.flowstep
ArtifactId

ArtifactId

flowstep-core
Version

Version

1.0.2
Type

Type

jar

Download flowstep-core 1.0.2


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