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