is not current version
Last Version 2.1.7

me.xethh.libs.toolkits:commons 2.1.6

Library of common used tools - major focus on common tools

GroupId

GroupId

me.xethh.libs.toolkits
ArtifactId

ArtifactId

commons
Version

Version

2.1.6
Type

Type

jar

Download commons 2.1.6


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