GroupId | GroupIdorg.hnau |
---|---|
ArtifactId | ArtifactIdandroid |
Version | Version1.6.0 |
Type | Typeaar |
Filename | Size |
---|---|
android-1.6.0.pom | |
android-1.6.0.aar | 1 MB |
android-1.6.0-sources.jar | 20 KB |
android-1.6.0-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.hnau/android/ -->
<dependency>
<groupId>org.hnau</groupId>
<artifactId>android</artifactId>
<version>1.6.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/org.hnau/android/
implementation 'org.hnau:android:1.6.0'
// https://jarcasting.com/artifacts/org.hnau/android/
implementation ("org.hnau:android:1.6.0")
'org.hnau:android:aar:1.6.0'
<dependency org="org.hnau" name="android" rev="1.6.0">
<artifact name="android" type="aar" />
</dependency>
@Grapes(
@Grab(group='org.hnau', module='android', version='1.6.0')
)
libraryDependencies += "org.hnau" % "android" % "1.6.0"
[org.hnau/android "1.6.0"]