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