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