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