Categories |
CategoriesJava Languages CLI User Interface |
---|---|
GroupId | GroupIdio.pileworx |
ArtifactId | ArtifactIdrebound-client-java |
Version | Version0.2.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.pileworx/rebound-client-java/ -->
<dependency>
<groupId>io.pileworx</groupId>
<artifactId>rebound-client-java</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.pileworx/rebound-client-java/
implementation 'io.pileworx:rebound-client-java:0.2.0'
// https://jarcasting.com/artifacts/io.pileworx/rebound-client-java/
implementation ("io.pileworx:rebound-client-java:0.2.0")
'io.pileworx:rebound-client-java:jar:0.2.0'
<dependency org="io.pileworx" name="rebound-client-java" rev="0.2.0">
<artifact name="rebound-client-java" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.pileworx', module='rebound-client-java', version='0.2.0')
)
libraryDependencies += "io.pileworx" % "rebound-client-java" % "0.2.0"
[io.pileworx/rebound-client-java "0.2.0"]