is not current version
Last Version 0.6

com.gregmarut.commons:android 0.4


GroupId

GroupId

com.gregmarut.commons
ArtifactId

ArtifactId

android
Version

Version

0.4
Type

Type

jar

Download android 0.4


<!-- https://jarcasting.com/artifacts/com.gregmarut.commons/android/ -->
<dependency>
    <groupId>com.gregmarut.commons</groupId>
    <artifactId>android</artifactId>
    <version>0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.gregmarut.commons/android/
implementation 'com.gregmarut.commons:android:0.4'
// https://jarcasting.com/artifacts/com.gregmarut.commons/android/
implementation ("com.gregmarut.commons:android:0.4")
'com.gregmarut.commons:android:jar:0.4'
<dependency org="com.gregmarut.commons" name="android" rev="0.4">
  <artifact name="android" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gregmarut.commons', module='android', version='0.4')
)
libraryDependencies += "com.gregmarut.commons" % "android" % "0.4"
[com.gregmarut.commons/android "0.4"]