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