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