GroupId | GroupIdorg.statefulj |
---|---|
ArtifactId | ArtifactIdstatefulj |
Version | Version1.0.6 |
Type | Typepom |
Filename | Size |
---|---|
statefulj-1.0.6.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.statefulj/statefulj/ -->
<dependency>
<groupId>org.statefulj</groupId>
<artifactId>statefulj</artifactId>
<version>1.0.6</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.statefulj/statefulj/
implementation 'org.statefulj:statefulj:1.0.6'
// https://jarcasting.com/artifacts/org.statefulj/statefulj/
implementation ("org.statefulj:statefulj:1.0.6")
'org.statefulj:statefulj:pom:1.0.6'
<dependency org="org.statefulj" name="statefulj" rev="1.0.6">
<artifact name="statefulj" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.statefulj', module='statefulj', version='1.0.6')
)
libraryDependencies += "org.statefulj" % "statefulj" % "1.0.6"
[org.statefulj/statefulj "1.0.6"]