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