| License |
License |
|---|---|
| GroupId | GroupIdcom.spotify |
| ArtifactId | ArtifactIdtrickle |
| Last Version | Last Version0.6.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptiontrickle
A small library for composing asynchronous Java code.
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| trickle-0.6.2.pom | |
| trickle-0.6.2.jar | 32 KB |
| trickle-0.6.2-sources.jar | 19 KB |
| trickle-0.6.2-javadoc.jar | 97 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.spotify/trickle/ -->
<dependency>
<groupId>com.spotify</groupId>
<artifactId>trickle</artifactId>
<version>0.6.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.spotify/trickle/
implementation 'com.spotify:trickle:0.6.2'
// https://jarcasting.com/artifacts/com.spotify/trickle/
implementation ("com.spotify:trickle:0.6.2")
'com.spotify:trickle:jar:0.6.2'
<dependency org="com.spotify" name="trickle" rev="0.6.2">
<artifact name="trickle" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.spotify', module='trickle', version='0.6.2')
)
libraryDependencies += "com.spotify" % "trickle" % "0.6.2"
[com.spotify/trickle "0.6.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.guava : guava | jar | 17.0 |
| com.google.code.findbugs : jsr305 | jar | 2.0.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |
| org.mockito : mockito-core | jar | 1.9.5 |
| com.google.guava : guava-testlib | jar | 17.0 |