| GroupId | GroupIdio.teecube.t3 |
|---|---|
| ArtifactId | ArtifactIdunleash-custom |
| Version | Version0.0.6 |
| Type | Typejar |
| Filename | Size |
|---|---|
| unleash-custom-0.0.6.pom | |
| unleash-custom-0.0.6.jar | 9 KB |
| unleash-custom-0.0.6-sources.jar | 4 KB |
| unleash-custom-0.0.6-javadoc.jar | 31 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.teecube.t3/unleash-custom/ -->
<dependency>
<groupId>io.teecube.t3</groupId>
<artifactId>unleash-custom</artifactId>
<version>0.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/io.teecube.t3/unleash-custom/
implementation 'io.teecube.t3:unleash-custom:0.0.6'
// https://jarcasting.com/artifacts/io.teecube.t3/unleash-custom/
implementation ("io.teecube.t3:unleash-custom:0.0.6")
'io.teecube.t3:unleash-custom:jar:0.0.6'
<dependency org="io.teecube.t3" name="unleash-custom" rev="0.0.6">
<artifact name="unleash-custom" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.teecube.t3', module='unleash-custom', version='0.0.6')
)
libraryDependencies += "io.teecube.t3" % "unleash-custom" % "0.0.6"
[io.teecube.t3/unleash-custom "0.0.6"]