is not current version
Last Version 1.0.2

dev.xethh.libs.toolkits:base 1.0.1

POM for dev.xethh general utils

GroupId

GroupId

dev.xethh.libs.toolkits
ArtifactId

ArtifactId

base
Version

Version

1.0.1
Type

Type

pom

Download base 1.0.1

Filename Size
base-1.0.1.pom 1 KB
Browse

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