GroupId | GroupIdorg.webpieces |
---|---|
ArtifactId | ArtifactIdcore-statemachine |
Version | Version2.0.149 |
Type | Typejar |
Filename | Size |
---|---|
core-statemachine-2.0.149.pom | |
core-statemachine-2.0.149.jar | 10 KB |
core-statemachine-2.0.149-sources.jar | 7 KB |
core-statemachine-2.0.149-javadoc.jar | 357 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.webpieces/core-statemachine/ -->
<dependency>
<groupId>org.webpieces</groupId>
<artifactId>core-statemachine</artifactId>
<version>2.0.149</version>
</dependency>
// https://jarcasting.com/artifacts/org.webpieces/core-statemachine/
implementation 'org.webpieces:core-statemachine:2.0.149'
// https://jarcasting.com/artifacts/org.webpieces/core-statemachine/
implementation ("org.webpieces:core-statemachine:2.0.149")
'org.webpieces:core-statemachine:jar:2.0.149'
<dependency org="org.webpieces" name="core-statemachine" rev="2.0.149">
<artifact name="core-statemachine" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webpieces', module='core-statemachine', version='2.0.149')
)
libraryDependencies += "org.webpieces" % "core-statemachine" % "2.0.149"
[org.webpieces/core-statemachine "2.0.149"]