| License |
License
GLPv3 with Classpath Exception
|
|---|---|
| GroupId | GroupIdcom.cedarsoft.rest |
| ArtifactId | ArtifactIdsample |
| Last Version | Last Version1.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionRest Objects Sample
cedarsoft Open Projects
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| sample-1.0.0.pom | |
| sample-1.0.0.jar | 32 KB |
| sample-1.0.0-tests.jar | 43 KB |
| sample-1.0.0-sources.jar | 26 KB |
| sample-1.0.0-javadoc.jar | 191 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.cedarsoft.rest/sample/ -->
<dependency>
<groupId>com.cedarsoft.rest</groupId>
<artifactId>sample</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.cedarsoft.rest/sample/
implementation 'com.cedarsoft.rest:sample:1.0.0'
// https://jarcasting.com/artifacts/com.cedarsoft.rest/sample/
implementation ("com.cedarsoft.rest:sample:1.0.0")
'com.cedarsoft.rest:sample:jar:1.0.0'
<dependency org="com.cedarsoft.rest" name="sample" rev="1.0.0">
<artifact name="sample" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cedarsoft.rest', module='sample', version='1.0.0')
)
libraryDependencies += "com.cedarsoft.rest" % "sample" % "1.0.0"
[com.cedarsoft.rest/sample "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.cedarsoft.commons : codegen | jar | 4.0.0 |
| com.cedarsoft.commons : io | jar | 4.0.0 |
| com.cedarsoft.commons : id | jar | 4.0.0 |
| com.cedarsoft.rest : test | jar | 1.0.0 |
| com.cedarsoft.rest : server | jar | 1.0.0 |
| com.cedarsoft.rest : jersey | jar | 1.0.0 |
| com.sun.xml.bind : jaxb-xjc | jar | 2.2.2 |
| commons-cli : commons-cli | jar | 1.2 |
| commons-io : commons-io | jar | 2.0.1 |
| com.google.guava : guava | jar | r08 |
| com.google.inject : guice | jar | 3.0-rc2 |
| com.google.inject.extensions : guice-servlet | jar | 3.0-rc2 |
| org.codehaus.jackson : jackson-core-asl | jar | 1.7.4 |
| org.codehaus.jackson : jackson-mapper-asl | jar | 1.7.4 |
| org.codehaus.jackson : jackson-xc | jar | 1.7.4 |
| org.codehaus.jackson : jackson-jaxrs | jar | 1.7.4 |
| Group / Artifact | Type | Version |
|---|---|---|
| com.intellij : annotations | jar | 7.0.3 |
| Group / Artifact | Type | Version |
|---|---|---|
| com.sun.jersey : jersey-server | jar | 1.5 |
| com.sun.jersey : jersey-client | jar | 1.5 |
| com.sun.jersey.contribs : jersey-guice | jar | 1.5 |
| com.sun.jersey.jersey-test-framework : jersey-test-framework-core | jar | 1.5 |
| com.sun.jersey.jersey-test-framework : jersey-test-framework-grizzly | jar | 1.5 |
| com.cedarsoft.commons : test-utils | jar | 4.0.0 |