GroupId | GroupIddev.xethh.libs.toolkits |
---|---|
ArtifactId | ArtifactIdbase |
Version | Version1.0.0 |
Type | Typepom |
Filename | Size |
---|---|
base-1.0.0.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.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/dev.xethh.libs.toolkits/base/
implementation 'dev.xethh.libs.toolkits:base:1.0.0'
// https://jarcasting.com/artifacts/dev.xethh.libs.toolkits/base/
implementation ("dev.xethh.libs.toolkits:base:1.0.0")
'dev.xethh.libs.toolkits:base:pom:1.0.0'
<dependency org="dev.xethh.libs.toolkits" name="base" rev="1.0.0">
<artifact name="base" type="pom" />
</dependency>
@Grapes(
@Grab(group='dev.xethh.libs.toolkits', module='base', version='1.0.0')
)
libraryDependencies += "dev.xethh.libs.toolkits" % "base" % "1.0.0"
[dev.xethh.libs.toolkits/base "1.0.0"]