is not current version
Last Version 0.6

com.gregmarut.commons:android 0.3


GroupId

GroupId

com.gregmarut.commons
ArtifactId

ArtifactId

android
Version

Version

0.3
Type

Type

jar

Download android 0.3


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