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