GroupId | GroupIdorg.flowstep |
---|---|
ArtifactId | ArtifactIdflowstep-core |
Version | Version1.0.3 |
Type | Typejar |
Filename | Size |
---|---|
flowstep-core-1.0.3.pom | |
flowstep-core-1.0.3.jar | 101 KB |
flowstep-core-1.0.3-sources.jar | 87 KB |
flowstep-core-1.0.3-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.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.flowstep/flowstep-core/
implementation 'org.flowstep:flowstep-core:1.0.3'
// https://jarcasting.com/artifacts/org.flowstep/flowstep-core/
implementation ("org.flowstep:flowstep-core:1.0.3")
'org.flowstep:flowstep-core:jar:1.0.3'
<dependency org="org.flowstep" name="flowstep-core" rev="1.0.3">
<artifact name="flowstep-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.flowstep', module='flowstep-core', version='1.0.3')
)
libraryDependencies += "org.flowstep" % "flowstep-core" % "1.0.3"
[org.flowstep/flowstep-core "1.0.3"]