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