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