GroupId | GroupIdcom.github.michael-rapp |
---|---|
ArtifactId | ArtifactIdandroid-util |
Version | Version1.18.2 |
Type | Typeaar |
Filename | Size |
---|---|
android-util-1.18.2.pom | |
android-util-1.18.2.aar | 109 KB |
android-util-1.18.2-sources.jar | 80 KB |
android-util-1.18.2-javadoc.jar | 236 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.michael-rapp/android-util/ -->
<dependency>
<groupId>com.github.michael-rapp</groupId>
<artifactId>android-util</artifactId>
<version>1.18.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.michael-rapp/android-util/
implementation 'com.github.michael-rapp:android-util:1.18.2'
// https://jarcasting.com/artifacts/com.github.michael-rapp/android-util/
implementation ("com.github.michael-rapp:android-util:1.18.2")
'com.github.michael-rapp:android-util:aar:1.18.2'
<dependency org="com.github.michael-rapp" name="android-util" rev="1.18.2">
<artifact name="android-util" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.michael-rapp', module='android-util', version='1.18.2')
)
libraryDependencies += "com.github.michael-rapp" % "android-util" % "1.18.2"
[com.github.michael-rapp/android-util "1.18.2"]