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