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