GroupId | GroupIdcom.cedarsoft.commons.old.rest |
---|---|
ArtifactId | ArtifactIdtest |
Version | Version2.0.5 |
Type | Typejar |
Filename | Size |
---|---|
test-2.0.5.pom | |
test-2.0.5.jar | 5 KB |
test-2.0.5-tests.jar | 6 KB |
test-2.0.5-sources.jar | 3 KB |
test-2.0.5-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.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.cedarsoft.commons.old.rest/test/
implementation 'com.cedarsoft.commons.old.rest:test:2.0.5'
// https://jarcasting.com/artifacts/com.cedarsoft.commons.old.rest/test/
implementation ("com.cedarsoft.commons.old.rest:test:2.0.5")
'com.cedarsoft.commons.old.rest:test:jar:2.0.5'
<dependency org="com.cedarsoft.commons.old.rest" name="test" rev="2.0.5">
<artifact name="test" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cedarsoft.commons.old.rest', module='test', version='2.0.5')
)
libraryDependencies += "com.cedarsoft.commons.old.rest" % "test" % "2.0.5"
[com.cedarsoft.commons.old.rest/test "2.0.5"]