License |
License |
---|---|
GroupId | GroupIdcom.github.priytam |
ArtifactId | ArtifactIdstatemachine |
Version | Version1.0.0 |
Type | Typejar |
Description |
Descriptionstatemachine
Statemachine library with sync and async way of handling state
events, Also have feature of expirying an state.
------------------------------------------
Project version: 1.0.0
Gradle version: 4.4
------------------------------------------
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
statemachine-1.0.0.pom | |
statemachine-1.0.0.jar | 29 KB |
statemachine-1.0.0-sources.jar | 19 KB |
statemachine-1.0.0-javadoc.jar | 100 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.priytam/statemachine/ -->
<dependency>
<groupId>com.github.priytam</groupId>
<artifactId>statemachine</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.priytam/statemachine/
implementation 'com.github.priytam:statemachine:1.0.0'
// https://jarcasting.com/artifacts/com.github.priytam/statemachine/
implementation ("com.github.priytam:statemachine:1.0.0")
'com.github.priytam:statemachine:jar:1.0.0'
<dependency org="com.github.priytam" name="statemachine" rev="1.0.0">
<artifact name="statemachine" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.priytam', module='statemachine', version='1.0.0')
)
libraryDependencies += "com.github.priytam" % "statemachine" % "1.0.0"
[com.github.priytam/statemachine "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
com.github.priytam : stopwatch | jar | 1.0.0 |
concurrent : concurrent | jar | 1.3.4 |
com.google.guava : guava | jar | 28.1-jre |
log4j : log4j | jar | 1.2.16 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |