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