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