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