| License |
License
GLPv3 with Classpath Exception
|
|---|---|
| GroupId | GroupIdcom.cedarsoft.rest |
| ArtifactId | ArtifactIdserver |
| Last Version | Last Version1.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionRest Server
cedarsoft Open Projects
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| server-1.0.0.pom | |
| server-1.0.0.jar | 6 KB |
| server-1.0.0-tests.jar | 15 KB |
| server-1.0.0-sources.jar | 5 KB |
| server-1.0.0-javadoc.jar | 35 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.cedarsoft.rest/server/ -->
<dependency>
<groupId>com.cedarsoft.rest</groupId>
<artifactId>server</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.cedarsoft.rest/server/
implementation 'com.cedarsoft.rest:server:1.0.0'
// https://jarcasting.com/artifacts/com.cedarsoft.rest/server/
implementation ("com.cedarsoft.rest:server:1.0.0")
'com.cedarsoft.rest:server:jar:1.0.0'
<dependency org="com.cedarsoft.rest" name="server" rev="1.0.0">
<artifact name="server" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cedarsoft.rest', module='server', version='1.0.0')
)
libraryDependencies += "com.cedarsoft.rest" % "server" % "1.0.0"
[com.cedarsoft.rest/server "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.cedarsoft.rest : model | 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 |
| Group / Artifact | Type | Version |
|---|---|---|
| com.intellij : annotations | jar | 7.0.3 |
| Group / Artifact | Type | Version |
|---|---|---|
| com.sun.jersey : jersey-server | jar | 1.5 |
| com.cedarsoft.commons : test-utils | jar | 4.0.0 |