GroupId | GroupIdorg.statefulj |
---|---|
ArtifactId | ArtifactIdstatefulj-common |
Version | Version0.8.1 |
Type | Typejar |
Filename | Size |
---|---|
statefulj-common-0.8.1.pom | |
statefulj-common-0.8.1.jar | 4 KB |
statefulj-common-0.8.1-sources.jar | 2 KB |
statefulj-common-0.8.1-javadoc.jar | 35 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.statefulj/statefulj-common/ -->
<dependency>
<groupId>org.statefulj</groupId>
<artifactId>statefulj-common</artifactId>
<version>0.8.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.statefulj/statefulj-common/
implementation 'org.statefulj:statefulj-common:0.8.1'
// https://jarcasting.com/artifacts/org.statefulj/statefulj-common/
implementation ("org.statefulj:statefulj-common:0.8.1")
'org.statefulj:statefulj-common:jar:0.8.1'
<dependency org="org.statefulj" name="statefulj-common" rev="0.8.1">
<artifact name="statefulj-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.statefulj', module='statefulj-common', version='0.8.1')
)
libraryDependencies += "org.statefulj" % "statefulj-common" % "0.8.1"
[org.statefulj/statefulj-common "0.8.1"]