GroupId | GroupIdcom.cedarsoft.commons.old.rest |
---|---|
ArtifactId | ArtifactIdserver |
Last Version | Last Version2.0.6 |
Release Date | Release Date |
Type | Typejar |
Description |
Description |
Filename | Size |
---|---|
server-2.0.6.pom | |
server-2.0.6.jar | 3 KB |
server-2.0.6-tests.jar | 1 KB |
server-2.0.6-sources.jar | 1 KB |
server-2.0.6-javadoc.jar | 21 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.cedarsoft.commons.old.rest/server/ -->
<dependency>
<groupId>com.cedarsoft.commons.old.rest</groupId>
<artifactId>server</artifactId>
<version>2.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.cedarsoft.commons.old.rest/server/
implementation 'com.cedarsoft.commons.old.rest:server:2.0.6'
// https://jarcasting.com/artifacts/com.cedarsoft.commons.old.rest/server/
implementation ("com.cedarsoft.commons.old.rest:server:2.0.6")
'com.cedarsoft.commons.old.rest:server:jar:2.0.6'
<dependency org="com.cedarsoft.commons.old.rest" name="server" rev="2.0.6">
<artifact name="server" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cedarsoft.commons.old.rest', module='server', version='2.0.6')
)
libraryDependencies += "com.cedarsoft.commons.old.rest" % "server" % "2.0.6"
[com.cedarsoft.commons.old.rest/server "2.0.6"]