| GroupId | GroupIdio.nextop |
|---|---|
| ArtifactId | ArtifactIdandroid |
| Version | Version0.1.4 |
| Type | Typejar |
| Filename | Size |
|---|---|
| android-0.1.4.pom | |
| android-0.1.4.jar | 90 KB |
| android-0.1.4-sources.jar | 30 KB |
| android-0.1.4-javadoc.jar | 152 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.nextop/android/ -->
<dependency>
<groupId>io.nextop</groupId>
<artifactId>android</artifactId>
<version>0.1.4</version>
</dependency>
// https://jarcasting.com/artifacts/io.nextop/android/
implementation 'io.nextop:android:0.1.4'
// https://jarcasting.com/artifacts/io.nextop/android/
implementation ("io.nextop:android:0.1.4")
'io.nextop:android:jar:0.1.4'
<dependency org="io.nextop" name="android" rev="0.1.4">
<artifact name="android" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.nextop', module='android', version='0.1.4')
)
libraryDependencies += "io.nextop" % "android" % "0.1.4"
[io.nextop/android "0.1.4"]