GroupId | GroupIdcom.spotify |
---|---|
ArtifactId | ArtifactIdtrickle |
Version | Version0.6.1 |
Type | Typejar |
Filename | Size |
---|---|
trickle-0.6.1.pom | |
trickle-0.6.1.jar | 46 KB |
trickle-0.6.1-sources.jar | 29 KB |
trickle-0.6.1-javadoc.jar | 125 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.spotify/trickle/ -->
<dependency>
<groupId>com.spotify</groupId>
<artifactId>trickle</artifactId>
<version>0.6.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.spotify/trickle/
implementation 'com.spotify:trickle:0.6.1'
// https://jarcasting.com/artifacts/com.spotify/trickle/
implementation ("com.spotify:trickle:0.6.1")
'com.spotify:trickle:jar:0.6.1'
<dependency org="com.spotify" name="trickle" rev="0.6.1">
<artifact name="trickle" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.spotify', module='trickle', version='0.6.1')
)
libraryDependencies += "com.spotify" % "trickle" % "0.6.1"
[com.spotify/trickle "0.6.1"]