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