License |
License |
---|---|
GroupId | GroupIddev.xethh.libs.toolkits |
ArtifactId | ArtifactIdbase |
Last Version | Last Version1.0.2 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptiontoolkits-base
POM for dev.xethh general utils
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
base-1.0.2.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.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/dev.xethh.libs.toolkits/base/
implementation 'dev.xethh.libs.toolkits:base:1.0.2'
// https://jarcasting.com/artifacts/dev.xethh.libs.toolkits/base/
implementation ("dev.xethh.libs.toolkits:base:1.0.2")
'dev.xethh.libs.toolkits:base:pom:1.0.2'
<dependency org="dev.xethh.libs.toolkits" name="base" rev="1.0.2">
<artifact name="base" type="pom" />
</dependency>
@Grapes(
@Grab(group='dev.xethh.libs.toolkits', module='base', version='1.0.2')
)
libraryDependencies += "dev.xethh.libs.toolkits" % "base" % "1.0.2"
[dev.xethh.libs.toolkits/base "1.0.2"]