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