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