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