GroupId | GroupIdcom.loyayz |
---|---|
ArtifactId | ArtifactIdsimple-statemachine |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
simple-statemachine-1.0.0.pom | |
simple-statemachine-1.0.0.jar | 14 KB |
simple-statemachine-1.0.0-sources.jar | 10 KB |
simple-statemachine-1.0.0-javadoc.jar | 92 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.loyayz/simple-statemachine/ -->
<dependency>
<groupId>com.loyayz</groupId>
<artifactId>simple-statemachine</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.loyayz/simple-statemachine/
implementation 'com.loyayz:simple-statemachine:1.0.0'
// https://jarcasting.com/artifacts/com.loyayz/simple-statemachine/
implementation ("com.loyayz:simple-statemachine:1.0.0")
'com.loyayz:simple-statemachine:jar:1.0.0'
<dependency org="com.loyayz" name="simple-statemachine" rev="1.0.0">
<artifact name="simple-statemachine" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.loyayz', module='simple-statemachine', version='1.0.0')
)
libraryDependencies += "com.loyayz" % "simple-statemachine" % "1.0.0"
[com.loyayz/simple-statemachine "1.0.0"]