License |
License |
---|---|
GroupId | GroupIdcom.loyayz |
ArtifactId | ArtifactIdsimple-statemachine |
Version | Version1.0.1 |
Type | Typejar |
Description |
Descriptionsimple state machine
simple state machine
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
simple-statemachine-1.0.1.pom | |
simple-statemachine-1.0.1.jar | 15 KB |
simple-statemachine-1.0.1-sources.jar | 10 KB |
simple-statemachine-1.0.1-javadoc.jar | 93 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.loyayz/simple-statemachine/ -->
<dependency>
<groupId>com.loyayz</groupId>
<artifactId>simple-statemachine</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.loyayz/simple-statemachine/
implementation 'com.loyayz:simple-statemachine:1.0.1'
// https://jarcasting.com/artifacts/com.loyayz/simple-statemachine/
implementation ("com.loyayz:simple-statemachine:1.0.1")
'com.loyayz:simple-statemachine:jar:1.0.1'
<dependency org="com.loyayz" name="simple-statemachine" rev="1.0.1">
<artifact name="simple-statemachine" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.loyayz', module='simple-statemachine', version='1.0.1')
)
libraryDependencies += "com.loyayz" % "simple-statemachine" % "1.0.1"
[com.loyayz/simple-statemachine "1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok Optional | jar | 1.18.18 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |