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