is not current version
Last Version 0.0.10

com.bitplan.rest:com.bitplan.simplerest-api 0.0.1

Example for a RESTFul application

GroupId

GroupId

com.bitplan.rest
ArtifactId

ArtifactId

com.bitplan.simplerest-api
Version

Version

0.0.1
Type

Type

jar

Download com.bitplan.simplerest-api 0.0.1


<!-- 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.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.bitplan.rest/com.bitplan.simplerest-api/
implementation 'com.bitplan.rest:com.bitplan.simplerest-api:0.0.1'
// https://jarcasting.com/artifacts/com.bitplan.rest/com.bitplan.simplerest-api/
implementation ("com.bitplan.rest:com.bitplan.simplerest-api:0.0.1")
'com.bitplan.rest:com.bitplan.simplerest-api:jar:0.0.1'
<dependency org="com.bitplan.rest" name="com.bitplan.simplerest-api" rev="0.0.1">
  <artifact name="com.bitplan.simplerest-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.bitplan.rest', module='com.bitplan.simplerest-api', version='0.0.1')
)
libraryDependencies += "com.bitplan.rest" % "com.bitplan.simplerest-api" % "0.0.1"
[com.bitplan.rest/com.bitplan.simplerest-api "0.0.1"]