License |
License |
---|---|
GroupId | GroupIdcom.github.zhou6ang.framework |
ArtifactId | ArtifactIdbit-statemachine |
Version | Version1.2.0 |
Type | Typejar |
Description |
Descriptioncom.github.zhou6ang.framework:bit-statemachine
A application which user can use this framework to do self application with statemachine.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
bit-statemachine-1.2.0.pom | |
bit-statemachine-1.2.0.jar | 21 KB |
bit-statemachine-1.2.0-sources.jar | 10 KB |
bit-statemachine-1.2.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.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.zhou6ang.framework/bit-statemachine/
implementation 'com.github.zhou6ang.framework:bit-statemachine:1.2.0'
// https://jarcasting.com/artifacts/com.github.zhou6ang.framework/bit-statemachine/
implementation ("com.github.zhou6ang.framework:bit-statemachine:1.2.0")
'com.github.zhou6ang.framework:bit-statemachine:jar:1.2.0'
<dependency org="com.github.zhou6ang.framework" name="bit-statemachine" rev="1.2.0">
<artifact name="bit-statemachine" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.zhou6ang.framework', module='bit-statemachine', version='1.2.0')
)
libraryDependencies += "com.github.zhou6ang.framework" % "bit-statemachine" % "1.2.0"
[com.github.zhou6ang.framework/bit-statemachine "1.2.0"]
Group / Artifact | Type | Version |
---|---|---|
com.google.guava : guava | jar | 22.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |