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