is not current version
Last Version 0.13.0

org.apache.iotdb:jdbc-example 0.9.2


GroupId

GroupId

org.apache.iotdb
ArtifactId

ArtifactId

jdbc-example
Version

Version

0.9.2
Type

Type

jar

Download jdbc-example 0.9.2


<!-- https://jarcasting.com/artifacts/org.apache.iotdb/jdbc-example/ -->
<dependency>
    <groupId>org.apache.iotdb</groupId>
    <artifactId>jdbc-example</artifactId>
    <version>0.9.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.iotdb/jdbc-example/
implementation 'org.apache.iotdb:jdbc-example:0.9.2'
// https://jarcasting.com/artifacts/org.apache.iotdb/jdbc-example/
implementation ("org.apache.iotdb:jdbc-example:0.9.2")
'org.apache.iotdb:jdbc-example:jar:0.9.2'
<dependency org="org.apache.iotdb" name="jdbc-example" rev="0.9.2">
  <artifact name="jdbc-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.iotdb', module='jdbc-example', version='0.9.2')
)
libraryDependencies += "org.apache.iotdb" % "jdbc-example" % "0.9.2"
[org.apache.iotdb/jdbc-example "0.9.2"]