| GroupId | GroupIdcom.opencloud |
|---|---|
| ArtifactId | ArtifactIdtcktools |
| Last Version | Last Version1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Description |
| Filename | Size |
|---|---|
| tcktools-1.0.pom | |
| tcktools-1.0.jar | 13 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.opencloud/tcktools/ -->
<dependency>
<groupId>com.opencloud</groupId>
<artifactId>tcktools</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.opencloud/tcktools/
implementation 'com.opencloud:tcktools:1.0'
// https://jarcasting.com/artifacts/com.opencloud/tcktools/
implementation ("com.opencloud:tcktools:1.0")
'com.opencloud:tcktools:jar:1.0'
<dependency org="com.opencloud" name="tcktools" rev="1.0">
<artifact name="tcktools" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.opencloud', module='tcktools', version='1.0')
)
libraryDependencies += "com.opencloud" % "tcktools" % "1.0"
[com.opencloud/tcktools "1.0"]