License |
License |
---|---|
GroupId | GroupIdorg.statefulj.persistence |
ArtifactId | ArtifactIdstatefulj-persistence-common |
Last Version | Last Version3.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionstatefulj-persistence-common
Common functionality for Statefulj Persistence
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/org.statefulj.persistence/statefulj-persistence-common/ -->
<dependency>
<groupId>org.statefulj.persistence</groupId>
<artifactId>statefulj-persistence-common</artifactId>
<version>3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.statefulj.persistence/statefulj-persistence-common/
implementation 'org.statefulj.persistence:statefulj-persistence-common:3.0'
// https://jarcasting.com/artifacts/org.statefulj.persistence/statefulj-persistence-common/
implementation ("org.statefulj.persistence:statefulj-persistence-common:3.0")
'org.statefulj.persistence:statefulj-persistence-common:jar:3.0'
<dependency org="org.statefulj.persistence" name="statefulj-persistence-common" rev="3.0">
<artifact name="statefulj-persistence-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.statefulj.persistence', module='statefulj-persistence-common', version='3.0')
)
libraryDependencies += "org.statefulj.persistence" % "statefulj-persistence-common" % "3.0"
[org.statefulj.persistence/statefulj-persistence-common "3.0"]
Group / Artifact | Type | Version |
---|---|---|
org.statefulj : statefulj-fsm | jar | 3.0 |
org.statefulj : statefulj-common | jar | 3.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
org.mockito : mockito-all | jar | 1.9.5 |