| License | 
                License | 
        
|---|---|
| GroupId | GroupIdcom.bitplan.rest | 
    
| ArtifactId | ArtifactIdcom.bitplan.simplerest-api | 
    
| Last Version | Last Version0.0.10 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionSimple RESTFul Jersey API 
            API for Jersey 1.x based apps 
         | 
    
| Project Organization | 
                    Project Organization | 
            
| Source Code Management | 
                    Source Code Management | 
            
<!-- 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.10</version>
</dependency>
                // https://jarcasting.com/artifacts/com.bitplan.rest/com.bitplan.simplerest-api/
implementation 'com.bitplan.rest:com.bitplan.simplerest-api:0.0.10'
                // https://jarcasting.com/artifacts/com.bitplan.rest/com.bitplan.simplerest-api/
implementation ("com.bitplan.rest:com.bitplan.simplerest-api:0.0.10")
                'com.bitplan.rest:com.bitplan.simplerest-api:jar:0.0.10'
                <dependency org="com.bitplan.rest" name="com.bitplan.simplerest-api" rev="0.0.10">
  <artifact name="com.bitplan.simplerest-api" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.bitplan.rest', module='com.bitplan.simplerest-api', version='0.0.10')
)
                libraryDependencies += "com.bitplan.rest" % "com.bitplan.simplerest-api" % "0.0.10"
                [com.bitplan.rest/com.bitplan.simplerest-api "0.0.10"]