GroupId | GroupIdcom.metreeca |
---|---|
ArtifactId | ArtifactIdrest |
Version | Version0.48.0 |
Type | Typejar |
Filename | Size |
---|---|
rest-0.48.0.pom | |
rest-0.48.0.jar | 196 KB |
rest-0.48.0-tests.jar | 203 KB |
rest-0.48.0-sources.jar | 110 KB |
rest-0.48.0-javadoc.jar | 290 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.metreeca/rest/ -->
<dependency>
<groupId>com.metreeca</groupId>
<artifactId>rest</artifactId>
<version>0.48.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.metreeca/rest/
implementation 'com.metreeca:rest:0.48.0'
// https://jarcasting.com/artifacts/com.metreeca/rest/
implementation ("com.metreeca:rest:0.48.0")
'com.metreeca:rest:jar:0.48.0'
<dependency org="com.metreeca" name="rest" rev="0.48.0">
<artifact name="rest" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.metreeca', module='rest', version='0.48.0')
)
libraryDependencies += "com.metreeca" % "rest" % "0.48.0"
[com.metreeca/rest "0.48.0"]