License |
License |
---|---|
GroupId | GroupIdorg.webpieces |
ArtifactId | ArtifactIdcore-statemachine |
Last Version | Last Version2.1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncore-statemachine
A state machine API
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
core-statemachine-2.1.1.pom | |
core-statemachine-2.1.1.jar | 10 KB |
core-statemachine-2.1.1-sources.jar | 7 KB |
core-statemachine-2.1.1-javadoc.jar | 357 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.webpieces/core-statemachine/ -->
<dependency>
<groupId>org.webpieces</groupId>
<artifactId>core-statemachine</artifactId>
<version>2.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.webpieces/core-statemachine/
implementation 'org.webpieces:core-statemachine:2.1.1'
// https://jarcasting.com/artifacts/org.webpieces/core-statemachine/
implementation ("org.webpieces:core-statemachine:2.1.1")
'org.webpieces:core-statemachine:jar:2.1.1'
<dependency org="org.webpieces" name="core-statemachine" rev="2.1.1">
<artifact name="core-statemachine" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webpieces', module='core-statemachine', version='2.1.1')
)
libraryDependencies += "org.webpieces" % "core-statemachine" % "2.1.1"
[org.webpieces/core-statemachine "2.1.1"]
Group / Artifact | Type | Version |
---|---|---|
jakarta.inject : jakarta.inject-api | jar | |
org.slf4j : slf4j-api | jar | |
org.webpieces : core-util | jar | 2.1.1 |
ch.qos.logback : logback-classic | jar |