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