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