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