| Categories |
CategoriesData CLI User Interface |
|---|---|
| GroupId | GroupIdcom.treasuredata.client |
| ArtifactId | ArtifactIdtd-client |
| Version | Version0.7.30 |
| Type | Typejar |
| Filename | Size |
|---|---|
| td-client-0.7.30.pom | |
| td-client-0.7.30.jar | 160 KB |
| td-client-0.7.30-sources.jar | 99 KB |
| td-client-0.7.30-javadoc.jar | 461 KB |
| td-client-0.7.30-jar-with-dependencies.jar | 5 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.treasuredata.client/td-client/ -->
<dependency>
<groupId>com.treasuredata.client</groupId>
<artifactId>td-client</artifactId>
<version>0.7.30</version>
</dependency>
// https://jarcasting.com/artifacts/com.treasuredata.client/td-client/
implementation 'com.treasuredata.client:td-client:0.7.30'
// https://jarcasting.com/artifacts/com.treasuredata.client/td-client/
implementation ("com.treasuredata.client:td-client:0.7.30")
'com.treasuredata.client:td-client:jar:0.7.30'
<dependency org="com.treasuredata.client" name="td-client" rev="0.7.30">
<artifact name="td-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.treasuredata.client', module='td-client', version='0.7.30')
)
libraryDependencies += "com.treasuredata.client" % "td-client" % "0.7.30"
[com.treasuredata.client/td-client "0.7.30"]