| License | License
                                                        GLPv3 with Classpath Exception                                                 | 
|---|---|
| GroupId | GroupIdcom.cedarsoft.rest | 
| ArtifactId | ArtifactIdtest | 
| Last Version | Last Version1.0.0 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionRest Test classes cedarsoft Open Projects | 
| Project Organization | Project Organization | 
| Filename | Size | 
|---|---|
| test-1.0.0.pom | |
| test-1.0.0.jar | 13 KB | 
| test-1.0.0-tests.jar | 10 KB | 
| test-1.0.0-sources.jar | 9 KB | 
| test-1.0.0-javadoc.jar | 48 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.cedarsoft.rest/test/ -->
<dependency>
    <groupId>com.cedarsoft.rest</groupId>
    <artifactId>test</artifactId>
    <version>1.0.0</version>
</dependency>// https://jarcasting.com/artifacts/com.cedarsoft.rest/test/
implementation 'com.cedarsoft.rest:test:1.0.0'// https://jarcasting.com/artifacts/com.cedarsoft.rest/test/
implementation ("com.cedarsoft.rest:test:1.0.0")'com.cedarsoft.rest:test:jar:1.0.0'<dependency org="com.cedarsoft.rest" name="test" rev="1.0.0">
  <artifact name="test" type="jar" />
</dependency>@Grapes(
@Grab(group='com.cedarsoft.rest', module='test', version='1.0.0')
)libraryDependencies += "com.cedarsoft.rest" % "test" % "1.0.0"[com.cedarsoft.rest/test "1.0.0"]| Group / Artifact | Type | Version | 
|---|---|---|
| com.cedarsoft.rest : model | jar | 1.0.0 | 
| com.cedarsoft.rest : server | jar | 1.0.0 | 
| javax.ws.rs : jsr311-api | jar | 1.1.1 | 
| javax.xml.bind : jaxb-api | jar | 2.2.2 | 
| com.sun.xml.bind : jaxb-impl | jar | 2.2.2 | 
| com.cedarsoft.commons : test-utils | jar | 4.0.0 | 
| junit : junit | jar | 4.8.2 | 
| commons-io : commons-io | jar | 2.0.1 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| com.intellij : annotations | jar | 7.0.3 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| com.sun.jersey : jersey-server | jar | 1.5 |