GroupId | GroupIdcom.uwetrottmann |
---|---|
ArtifactId | ArtifactIdandroidutils |
Version | Version2.0.0 |
Type | Typeaar |
Filename | Size |
---|---|
androidutils-2.0.0.pom | |
androidutils-2.0.0.aar | 8 KB |
androidutils-2.0.0-sources.jar | 5 KB |
androidutils-2.0.0-javadoc.jar | 28 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.uwetrottmann/androidutils/ -->
<dependency>
<groupId>com.uwetrottmann</groupId>
<artifactId>androidutils</artifactId>
<version>2.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.uwetrottmann/androidutils/
implementation 'com.uwetrottmann:androidutils:2.0.0'
// https://jarcasting.com/artifacts/com.uwetrottmann/androidutils/
implementation ("com.uwetrottmann:androidutils:2.0.0")
'com.uwetrottmann:androidutils:aar:2.0.0'
<dependency org="com.uwetrottmann" name="androidutils" rev="2.0.0">
<artifact name="androidutils" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.uwetrottmann', module='androidutils', version='2.0.0')
)
libraryDependencies += "com.uwetrottmann" % "androidutils" % "2.0.0"
[com.uwetrottmann/androidutils "2.0.0"]