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