is not current version
Last Version 1.4.2-RELEASE

me.xethh.libs.toolkits:common 1.0.RELEASE

Library of common used tools - major focus on common tools

GroupId

GroupId

me.xethh.libs.toolkits
ArtifactId

ArtifactId

common
Version

Version

1.0.RELEASE
Type

Type

jar

Download common 1.0.RELEASE


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