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