| Categories |
CategoriesData CLI User Interface |
|---|---|
| GroupId | GroupIdcom.treasuredata.client |
| ArtifactId | ArtifactIdtd-client |
| Version | Version0.7.37 |
| Type | Typejar |
| Filename | Size |
|---|---|
| td-client-0.7.37.pom | |
| td-client-0.7.37.jar | 163 KB |
| td-client-0.7.37-sources.jar | 99 KB |
| td-client-0.7.37-javadoc.jar | 448 KB |
| td-client-0.7.37-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.37</version>
</dependency>
// https://jarcasting.com/artifacts/com.treasuredata.client/td-client/
implementation 'com.treasuredata.client:td-client:0.7.37'
// https://jarcasting.com/artifacts/com.treasuredata.client/td-client/
implementation ("com.treasuredata.client:td-client:0.7.37")
'com.treasuredata.client:td-client:jar:0.7.37'
<dependency org="com.treasuredata.client" name="td-client" rev="0.7.37">
<artifact name="td-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.treasuredata.client', module='td-client', version='0.7.37')
)
libraryDependencies += "com.treasuredata.client" % "td-client" % "0.7.37"
[com.treasuredata.client/td-client "0.7.37"]