| GroupId | GroupIdio.noties |
|---|---|
| ArtifactId | ArtifactIdtumbleweed-android |
| Version | Version2.0.0 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| tumbleweed-android-2.0.0.pom | |
| tumbleweed-android-2.0.0.aar | 49 KB |
| tumbleweed-android-2.0.0-sources.jar | 15 KB |
| tumbleweed-android-2.0.0-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/io.noties/tumbleweed-android/ -->
<dependency>
<groupId>io.noties</groupId>
<artifactId>tumbleweed-android</artifactId>
<version>2.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.noties/tumbleweed-android/
implementation 'io.noties:tumbleweed-android:2.0.0'
// https://jarcasting.com/artifacts/io.noties/tumbleweed-android/
implementation ("io.noties:tumbleweed-android:2.0.0")
'io.noties:tumbleweed-android:aar:2.0.0'
<dependency org="io.noties" name="tumbleweed-android" rev="2.0.0">
<artifact name="tumbleweed-android" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.noties', module='tumbleweed-android', version='2.0.0')
)
libraryDependencies += "io.noties" % "tumbleweed-android" % "2.0.0"
[io.noties/tumbleweed-android "2.0.0"]