GroupId | GroupIdorg.flowstep |
---|---|
ArtifactId | ArtifactIdflowstep-core |
Version | Version1.0.2 |
Type | Typejar |
Filename | Size |
---|---|
flowstep-core-1.0.2.pom | |
flowstep-core-1.0.2.jar | 101 KB |
flowstep-core-1.0.2-sources.jar | 87 KB |
flowstep-core-1.0.2-javadoc.jar | 512 KB |
Browse |
<!-- 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"]