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