GroupId | GroupIdcom.bitplan.rest |
---|---|
ArtifactId | ArtifactIdcom.bitplan.simplerest |
Version | Version0.0.13 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.bitplan.rest/com.bitplan.simplerest/ -->
<dependency>
<groupId>com.bitplan.rest</groupId>
<artifactId>com.bitplan.simplerest</artifactId>
<version>0.0.13</version>
</dependency>
// https://jarcasting.com/artifacts/com.bitplan.rest/com.bitplan.simplerest/
implementation 'com.bitplan.rest:com.bitplan.simplerest:0.0.13'
// https://jarcasting.com/artifacts/com.bitplan.rest/com.bitplan.simplerest/
implementation ("com.bitplan.rest:com.bitplan.simplerest:0.0.13")
'com.bitplan.rest:com.bitplan.simplerest:jar:0.0.13'
<dependency org="com.bitplan.rest" name="com.bitplan.simplerest" rev="0.0.13">
<artifact name="com.bitplan.simplerest" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.bitplan.rest', module='com.bitplan.simplerest', version='0.0.13')
)
libraryDependencies += "com.bitplan.rest" % "com.bitplan.simplerest" % "0.0.13"
[com.bitplan.rest/com.bitplan.simplerest "0.0.13"]