| GroupId | GroupIdcom.github.aljoshakoecher |
|---|---|
| ArtifactId | ArtifactIdisa88-state-machine |
| Version | Version1.0.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| isa88-state-machine-1.0.0.pom | |
| isa88-state-machine-1.0.0.jar | 18 KB |
| isa88-state-machine-1.0.0-sources.jar | 15 KB |
| isa88-state-machine-1.0.0-javadoc.jar | 556 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.aljoshakoecher/isa88-state-machine/ -->
<dependency>
<groupId>com.github.aljoshakoecher</groupId>
<artifactId>isa88-state-machine</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.aljoshakoecher/isa88-state-machine/
implementation 'com.github.aljoshakoecher:isa88-state-machine:1.0.0'
// https://jarcasting.com/artifacts/com.github.aljoshakoecher/isa88-state-machine/
implementation ("com.github.aljoshakoecher:isa88-state-machine:1.0.0")
'com.github.aljoshakoecher:isa88-state-machine:jar:1.0.0'
<dependency org="com.github.aljoshakoecher" name="isa88-state-machine" rev="1.0.0">
<artifact name="isa88-state-machine" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.aljoshakoecher', module='isa88-state-machine', version='1.0.0')
)
libraryDependencies += "com.github.aljoshakoecher" % "isa88-state-machine" % "1.0.0"
[com.github.aljoshakoecher/isa88-state-machine "1.0.0"]