GroupId | GroupIdcom.github.dsc-cmt |
---|---|
ArtifactId | ArtifactIdcmt-statemachine |
Version | Version1.2 |
Type | Typejar |
Filename | Size |
---|---|
cmt-statemachine-1.2.pom | |
cmt-statemachine-1.2.jar | 30 KB |
cmt-statemachine-1.2-sources.jar | 21 KB |
cmt-statemachine-1.2-javadoc.jar | 192 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.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dsc-cmt/cmt-statemachine/
implementation 'com.github.dsc-cmt:cmt-statemachine:1.2'
// https://jarcasting.com/artifacts/com.github.dsc-cmt/cmt-statemachine/
implementation ("com.github.dsc-cmt:cmt-statemachine:1.2")
'com.github.dsc-cmt:cmt-statemachine:jar:1.2'
<dependency org="com.github.dsc-cmt" name="cmt-statemachine" rev="1.2">
<artifact name="cmt-statemachine" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dsc-cmt', module='cmt-statemachine', version='1.2')
)
libraryDependencies += "com.github.dsc-cmt" % "cmt-statemachine" % "1.2"
[com.github.dsc-cmt/cmt-statemachine "1.2"]