GroupId | GroupIdcom.stateforge |
---|---|
ArtifactId | ArtifactIdstatemachine |
Version | Version3.3 |
Type | Typejar |
Filename | Size |
---|---|
statemachine-3.3.pom | |
statemachine-3.3.jar | 17 KB |
statemachine-3.3-sources.jar | 12 KB |
statemachine-3.3-javadoc.jar | 131 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.stateforge/statemachine/ -->
<dependency>
<groupId>com.stateforge</groupId>
<artifactId>statemachine</artifactId>
<version>3.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.stateforge/statemachine/
implementation 'com.stateforge:statemachine:3.3'
// https://jarcasting.com/artifacts/com.stateforge/statemachine/
implementation ("com.stateforge:statemachine:3.3")
'com.stateforge:statemachine:jar:3.3'
<dependency org="com.stateforge" name="statemachine" rev="3.3">
<artifact name="statemachine" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.stateforge', module='statemachine', version='3.3')
)
libraryDependencies += "com.stateforge" % "statemachine" % "3.3"
[com.stateforge/statemachine "3.3"]