is not current version
Last Version 0.13.0

org.apache.iotdb:client-example 0.9.2


Categories

Categories

CLI User Interface
GroupId

GroupId

org.apache.iotdb
ArtifactId

ArtifactId

client-example
Version

Version

0.9.2
Type

Type

jar

Download client-example 0.9.2


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