GroupId | GroupIdcom.github.zhou6ang.framework |
---|---|
ArtifactId | ArtifactIdbit-statemachine |
Version | Version1.1.0 |
Type | Typejar |
Filename | Size |
---|---|
bit-statemachine-1.1.0.pom | |
bit-statemachine-1.1.0.jar | 20 KB |
bit-statemachine-1.1.0-sources.jar | 10 KB |
bit-statemachine-1.1.0-javadoc.jar | 96 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.zhou6ang.framework/bit-statemachine/ -->
<dependency>
<groupId>com.github.zhou6ang.framework</groupId>
<artifactId>bit-statemachine</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.zhou6ang.framework/bit-statemachine/
implementation 'com.github.zhou6ang.framework:bit-statemachine:1.1.0'
// https://jarcasting.com/artifacts/com.github.zhou6ang.framework/bit-statemachine/
implementation ("com.github.zhou6ang.framework:bit-statemachine:1.1.0")
'com.github.zhou6ang.framework:bit-statemachine:jar:1.1.0'
<dependency org="com.github.zhou6ang.framework" name="bit-statemachine" rev="1.1.0">
<artifact name="bit-statemachine" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.zhou6ang.framework', module='bit-statemachine', version='1.1.0')
)
libraryDependencies += "com.github.zhou6ang.framework" % "bit-statemachine" % "1.1.0"
[com.github.zhou6ang.framework/bit-statemachine "1.1.0"]