License |
License |
---|---|
GroupId | GroupIdcom.bitplan.rest |
ArtifactId | ArtifactIdcom.bitplan.simplerest |
Last Version | Last Version0.0.26 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSimple Jersey RestFul Framework
Needed Base Utilities and Functions for Jersey 1.x RESTFul applications
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.bitplan.rest/com.bitplan.simplerest/ -->
<dependency>
<groupId>com.bitplan.rest</groupId>
<artifactId>com.bitplan.simplerest</artifactId>
<version>0.0.26</version>
</dependency>
// https://jarcasting.com/artifacts/com.bitplan.rest/com.bitplan.simplerest/
implementation 'com.bitplan.rest:com.bitplan.simplerest:0.0.26'
// https://jarcasting.com/artifacts/com.bitplan.rest/com.bitplan.simplerest/
implementation ("com.bitplan.rest:com.bitplan.simplerest:0.0.26")
'com.bitplan.rest:com.bitplan.simplerest:jar:0.0.26'
<dependency org="com.bitplan.rest" name="com.bitplan.simplerest" rev="0.0.26">
<artifact name="com.bitplan.simplerest" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.bitplan.rest', module='com.bitplan.simplerest', version='0.0.26')
)
libraryDependencies += "com.bitplan.rest" % "com.bitplan.simplerest" % "0.0.26"
[com.bitplan.rest/com.bitplan.simplerest "0.0.26"]
Group / Artifact | Type | Version |
---|---|---|
org.glassfish : javax.servlet | jar | 3.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.hamcrest : hamcrest-all | jar | 1.3 |