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