GroupId | GroupIdorg.tentackle |
---|---|
ArtifactId | ArtifactIdtentackle-tools |
Version | Version2.1.5 |
Type | Typepom |
Filename | Size |
---|---|
tentackle-tools-2.1.5.pom | 808 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.tentackle/tentackle-tools/ -->
<dependency>
<groupId>org.tentackle</groupId>
<artifactId>tentackle-tools</artifactId>
<version>2.1.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.tentackle/tentackle-tools/
implementation 'org.tentackle:tentackle-tools:2.1.5'
// https://jarcasting.com/artifacts/org.tentackle/tentackle-tools/
implementation ("org.tentackle:tentackle-tools:2.1.5")
'org.tentackle:tentackle-tools:pom:2.1.5'
<dependency org="org.tentackle" name="tentackle-tools" rev="2.1.5">
<artifact name="tentackle-tools" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.tentackle', module='tentackle-tools', version='2.1.5')
)
libraryDependencies += "org.tentackle" % "tentackle-tools" % "2.1.5"
[org.tentackle/tentackle-tools "2.1.5"]