GroupId | GroupIdcom.rangotec.utils |
---|---|
ArtifactId | ArtifactIdAndroidUtils |
Version | Version3.0.27 |
Type | Typeaar |
Filename | Size |
---|---|
AndroidUtils-3.0.27.pom | |
AndroidUtils-3.0.27-sources.jar | 154 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.rangotec.utils/AndroidUtils/ -->
<dependency>
<groupId>com.rangotec.utils</groupId>
<artifactId>AndroidUtils</artifactId>
<version>3.0.27</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.rangotec.utils/AndroidUtils/
implementation 'com.rangotec.utils:AndroidUtils:3.0.27'
// https://jarcasting.com/artifacts/com.rangotec.utils/AndroidUtils/
implementation ("com.rangotec.utils:AndroidUtils:3.0.27")
'com.rangotec.utils:AndroidUtils:aar:3.0.27'
<dependency org="com.rangotec.utils" name="AndroidUtils" rev="3.0.27">
<artifact name="AndroidUtils" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.rangotec.utils', module='AndroidUtils', version='3.0.27')
)
libraryDependencies += "com.rangotec.utils" % "AndroidUtils" % "3.0.27"
[com.rangotec.utils/AndroidUtils "3.0.27"]