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