is not current version
Last Version 1.4.2-RELEASE

me.xethh.libs.toolkits:common 1.4-RELEASE

Library of common used tools - major focus on common tools

GroupId

GroupId

me.xethh.libs.toolkits
ArtifactId

ArtifactId

common
Version

Version

1.4-RELEASE
Type

Type

jar

Download common 1.4-RELEASE


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