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