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