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