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