GroupId | GroupIdcom.metreeca |
---|---|
ArtifactId | ArtifactIdtray |
Version | Version0.49.1 |
Type | Typejar |
Filename | Size |
---|---|
tray-0.49.1.pom | |
tray-0.49.1.jar | 395 KB |
tray-0.49.1-tests.jar | 13 KB |
tray-0.49.1-sources.jar | 31 KB |
tray-0.49.1-javadoc.jar | 136 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.metreeca/tray/ -->
<dependency>
<groupId>com.metreeca</groupId>
<artifactId>tray</artifactId>
<version>0.49.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.metreeca/tray/
implementation 'com.metreeca:tray:0.49.1'
// https://jarcasting.com/artifacts/com.metreeca/tray/
implementation ("com.metreeca:tray:0.49.1")
'com.metreeca:tray:jar:0.49.1'
<dependency org="com.metreeca" name="tray" rev="0.49.1">
<artifact name="tray" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.metreeca', module='tray', version='0.49.1')
)
libraryDependencies += "com.metreeca" % "tray" % "0.49.1"
[com.metreeca/tray "0.49.1"]