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