is not current version
Last Version 1.2.2

com.github.ehc.tools:DroidCommons 1.2.0

This is a common library project of EHC organization.

GroupId

GroupId

com.github.ehc.tools
ArtifactId

ArtifactId

DroidCommons
Version

Version

1.2.0
Type

Type

jar

Download DroidCommons 1.2.0


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