GroupId | GroupIdcom.metreeca |
---|---|
ArtifactId | ArtifactIdmetreeca-root |
Version | Version$%7Brevision%7D |
Type | Typepom |
Filename | Size |
---|---|
metreeca-root-$%7Brevision%7D.pom | 9 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.metreeca/metreeca-root/ -->
<dependency>
<groupId>com.metreeca</groupId>
<artifactId>metreeca-root</artifactId>
<version>$%7Brevision%7D</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.metreeca/metreeca-root/
implementation 'com.metreeca:metreeca-root:$%7Brevision%7D'
// https://jarcasting.com/artifacts/com.metreeca/metreeca-root/
implementation ("com.metreeca:metreeca-root:$%7Brevision%7D")
'com.metreeca:metreeca-root:pom:$%7Brevision%7D'
<dependency org="com.metreeca" name="metreeca-root" rev="$%7Brevision%7D">
<artifact name="metreeca-root" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.metreeca', module='metreeca-root', version='$%7Brevision%7D')
)
libraryDependencies += "com.metreeca" % "metreeca-root" % "$%7Brevision%7D"
[com.metreeca/metreeca-root "$%7Brevision%7D"]