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