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