GroupId | GroupIdcom.github.michael-rapp |
---|---|
ArtifactId | ArtifactIdandroid-util |
Version | Version1.17.1 |
Type | Typeaar |
Filename | Size |
---|---|
android-util-1.17.1.pom | |
android-util-1.17.1.aar | 106 KB |
android-util-1.17.1-sources.jar | 79 KB |
android-util-1.17.1-javadoc.jar | 232 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.17.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.michael-rapp/android-util/
implementation 'com.github.michael-rapp:android-util:1.17.1'
// https://jarcasting.com/artifacts/com.github.michael-rapp/android-util/
implementation ("com.github.michael-rapp:android-util:1.17.1")
'com.github.michael-rapp:android-util:aar:1.17.1'
<dependency org="com.github.michael-rapp" name="android-util" rev="1.17.1">
<artifact name="android-util" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.michael-rapp', module='android-util', version='1.17.1')
)
libraryDependencies += "com.github.michael-rapp" % "android-util" % "1.17.1"
[com.github.michael-rapp/android-util "1.17.1"]