GroupId | GroupIdcom.cq1080 |
---|---|
ArtifactId | ArtifactIdrest |
Version | Version0.0.6 |
Type | Typejar |
Filename | Size |
---|---|
rest-0.0.6.pom | |
rest-0.0.6.jar | 5 KB |
rest-0.0.6-sources.jar | 3 KB |
rest-0.0.6-javadoc.jar | 35 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.cq1080/rest/ -->
<dependency>
<groupId>com.cq1080</groupId>
<artifactId>rest</artifactId>
<version>0.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.cq1080/rest/
implementation 'com.cq1080:rest:0.0.6'
// https://jarcasting.com/artifacts/com.cq1080/rest/
implementation ("com.cq1080:rest:0.0.6")
'com.cq1080:rest:jar:0.0.6'
<dependency org="com.cq1080" name="rest" rev="0.0.6">
<artifact name="rest" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cq1080', module='rest', version='0.0.6')
)
libraryDependencies += "com.cq1080" % "rest" % "0.0.6"
[com.cq1080/rest "0.0.6"]