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