GroupId | GroupIdorg.flowstep |
---|---|
ArtifactId | ArtifactIdflowstep-core |
Version | Version1.0.4 |
Type | Typejar |
Description |
DescriptionflowStep Core
flowStep Core components
|
Filename | Size |
---|---|
flowstep-core-1.0.4.pom | |
flowstep-core-1.0.4.jar | 101 KB |
flowstep-core-1.0.4-sources.jar | 87 KB |
flowstep-core-1.0.4-javadoc.jar | 511 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.flowstep/flowstep-core/ -->
<dependency>
<groupId>org.flowstep</groupId>
<artifactId>flowstep-core</artifactId>
<version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.flowstep/flowstep-core/
implementation 'org.flowstep:flowstep-core:1.0.4'
// https://jarcasting.com/artifacts/org.flowstep/flowstep-core/
implementation ("org.flowstep:flowstep-core:1.0.4")
'org.flowstep:flowstep-core:jar:1.0.4'
<dependency org="org.flowstep" name="flowstep-core" rev="1.0.4">
<artifact name="flowstep-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.flowstep', module='flowstep-core', version='1.0.4')
)
libraryDependencies += "org.flowstep" % "flowstep-core" % "1.0.4"
[org.flowstep/flowstep-core "1.0.4"]