GroupId | GroupIdde.chandre.admin-tools |
---|---|
ArtifactId | ArtifactIdadmin-tools |
Version | Version1.1.1 |
Type | Typepom |
Filename | Size |
---|---|
admin-tools-1.1.1.pom | 12 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.chandre.admin-tools/admin-tools/ -->
<dependency>
<groupId>de.chandre.admin-tools</groupId>
<artifactId>admin-tools</artifactId>
<version>1.1.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/de.chandre.admin-tools/admin-tools/
implementation 'de.chandre.admin-tools:admin-tools:1.1.1'
// https://jarcasting.com/artifacts/de.chandre.admin-tools/admin-tools/
implementation ("de.chandre.admin-tools:admin-tools:1.1.1")
'de.chandre.admin-tools:admin-tools:pom:1.1.1'
<dependency org="de.chandre.admin-tools" name="admin-tools" rev="1.1.1">
<artifact name="admin-tools" type="pom" />
</dependency>
@Grapes(
@Grab(group='de.chandre.admin-tools', module='admin-tools', version='1.1.1')
)
libraryDependencies += "de.chandre.admin-tools" % "admin-tools" % "1.1.1"
[de.chandre.admin-tools/admin-tools "1.1.1"]