GroupId | GroupIdcom.github.axet |
---|---|
ArtifactId | ArtifactIdandroid-library |
Version | Version1.11.12 |
Type | Typeaar |
Filename | Size |
---|---|
android-library-1.11.12.pom | |
android-library-1.11.12.aar | 194 KB |
android-library-1.11.12-sources.jar | 79 KB |
android-library-1.11.12-javadoc.jar | 277 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.axet/android-library/ -->
<dependency>
<groupId>com.github.axet</groupId>
<artifactId>android-library</artifactId>
<version>1.11.12</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.axet/android-library/
implementation 'com.github.axet:android-library:1.11.12'
// https://jarcasting.com/artifacts/com.github.axet/android-library/
implementation ("com.github.axet:android-library:1.11.12")
'com.github.axet:android-library:aar:1.11.12'
<dependency org="com.github.axet" name="android-library" rev="1.11.12">
<artifact name="android-library" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.axet', module='android-library', version='1.11.12')
)
libraryDependencies += "com.github.axet" % "android-library" % "1.11.12"
[com.github.axet/android-library "1.11.12"]