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