is not current version
Last Version 1.2.2

com.github.ehc.tools:DroidCommons 1.1

This is a common library project of EHC organization.

GroupId

GroupId

com.github.ehc.tools
ArtifactId

ArtifactId

DroidCommons
Version

Version

1.1
Type

Type

jar

Download DroidCommons 1.1


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