| GroupId | GroupIdio.spokestack |
|---|---|
| ArtifactId | ArtifactIdtray |
| Version | Version0.6.0 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| tray-0.6.0.pom | |
| tray-0.6.0-sources.jar | 22 KB |
| tray-0.6.0-javadoc.jar | 455 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.spokestack/tray/ -->
<dependency>
<groupId>io.spokestack</groupId>
<artifactId>tray</artifactId>
<version>0.6.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.spokestack/tray/
implementation 'io.spokestack:tray:0.6.0'
// https://jarcasting.com/artifacts/io.spokestack/tray/
implementation ("io.spokestack:tray:0.6.0")
'io.spokestack:tray:aar:0.6.0'
<dependency org="io.spokestack" name="tray" rev="0.6.0">
<artifact name="tray" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.spokestack', module='tray', version='0.6.0')
)
libraryDependencies += "io.spokestack" % "tray" % "0.6.0"
[io.spokestack/tray "0.6.0"]