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