GroupId | GroupIdcom.github.dsc-cmt |
---|---|
ArtifactId | ArtifactIdcmt-statemachine |
Version | Version1.3 |
Type | Typejar |
Filename | Size |
---|---|
cmt-statemachine-1.3.pom | |
cmt-statemachine-1.3.jar | 33 KB |
cmt-statemachine-1.3-sources.jar | 24 KB |
cmt-statemachine-1.3-javadoc.jar | 221 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.dsc-cmt/cmt-statemachine/ -->
<dependency>
<groupId>com.github.dsc-cmt</groupId>
<artifactId>cmt-statemachine</artifactId>
<version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dsc-cmt/cmt-statemachine/
implementation 'com.github.dsc-cmt:cmt-statemachine:1.3'
// https://jarcasting.com/artifacts/com.github.dsc-cmt/cmt-statemachine/
implementation ("com.github.dsc-cmt:cmt-statemachine:1.3")
'com.github.dsc-cmt:cmt-statemachine:jar:1.3'
<dependency org="com.github.dsc-cmt" name="cmt-statemachine" rev="1.3">
<artifact name="cmt-statemachine" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dsc-cmt', module='cmt-statemachine', version='1.3')
)
libraryDependencies += "com.github.dsc-cmt" % "cmt-statemachine" % "1.3"
[com.github.dsc-cmt/cmt-statemachine "1.3"]