GroupId | GroupIdorg.hnau.android |
---|---|
ArtifactId | ArtifactIdbase |
Version | Version2.0.8 |
Type | Typeaar |
Filename | Size |
---|---|
base-2.0.8.pom | |
base-2.0.8.aar | 1 MB |
base-2.0.8-sources.jar | 25 KB |
base-2.0.8-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.8</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/org.hnau.android/base/
implementation 'org.hnau.android:base:2.0.8'
// https://jarcasting.com/artifacts/org.hnau.android/base/
implementation ("org.hnau.android:base:2.0.8")
'org.hnau.android:base:aar:2.0.8'
<dependency org="org.hnau.android" name="base" rev="2.0.8">
<artifact name="base" type="aar" />
</dependency>
@Grapes(
@Grab(group='org.hnau.android', module='base', version='2.0.8')
)
libraryDependencies += "org.hnau.android" % "base" % "2.0.8"
[org.hnau.android/base "2.0.8"]