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