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