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