| License |
License |
|---|---|
| GroupId | GroupIdorg.webpieces |
| ArtifactId | ArtifactIdcore-statemachine |
| Version | Version2.0.151 |
| Type | Typejar |
| Description |
Descriptioncore-statemachine
an api to run DDL commands from java
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| core-statemachine-2.0.151.pom | |
| core-statemachine-2.0.151.jar | 10 KB |
| core-statemachine-2.0.151-sources.jar | 7 KB |
| core-statemachine-2.0.151-javadoc.jar | 356 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/org.webpieces/core-statemachine/ -->
<dependency>
<groupId>org.webpieces</groupId>
<artifactId>core-statemachine</artifactId>
<version>2.0.151</version>
</dependency>
// https://jarcasting.com/artifacts/org.webpieces/core-statemachine/
implementation 'org.webpieces:core-statemachine:2.0.151'
// https://jarcasting.com/artifacts/org.webpieces/core-statemachine/
implementation ("org.webpieces:core-statemachine:2.0.151")
'org.webpieces:core-statemachine:jar:2.0.151'
<dependency org="org.webpieces" name="core-statemachine" rev="2.0.151">
<artifact name="core-statemachine" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webpieces', module='core-statemachine', version='2.0.151')
)
libraryDependencies += "org.webpieces" % "core-statemachine" % "2.0.151"
[org.webpieces/core-statemachine "2.0.151"]
| Group / Artifact | Type | Version |
|---|---|---|
| javax.inject : javax.inject | jar | 1 |
| org.slf4j : slf4j-api | jar | 1.7.30 |
| ch.qos.logback : logback-classic | jar | 1.2.3 |
| joda-time : joda-time | jar | 2.9.4 |
| org.webpieces : core-util | jar | 2.0.151 |