| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface |
| GroupId | GroupIdorg.apache.iotdb |
| ArtifactId | ArtifactIdclient-cpp-example |
| Version | Version0.12.0 |
| Type | Typejar |
| Description |
DescriptionIoTDB-Client CPP Examples
This is the top level project that builds, packages the tsfile, iotdb engine, jdbc, and integration libs.
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| client-cpp-example-0.12.0.pom | |
| client-cpp-example-0.12.0.jar | 8 KB |
| client-cpp-example-0.12.0-sources.jar | 8 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.apache.iotdb/client-cpp-example/ -->
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>client-cpp-example</artifactId>
<version>0.12.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.iotdb/client-cpp-example/
implementation 'org.apache.iotdb:client-cpp-example:0.12.0'
// https://jarcasting.com/artifacts/org.apache.iotdb/client-cpp-example/
implementation ("org.apache.iotdb:client-cpp-example:0.12.0")
'org.apache.iotdb:client-cpp-example:jar:0.12.0'
<dependency org="org.apache.iotdb" name="client-cpp-example" rev="0.12.0">
<artifact name="client-cpp-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.iotdb', module='client-cpp-example', version='0.12.0')
)
libraryDependencies += "org.apache.iotdb" % "client-cpp-example" % "0.12.0"
[org.apache.iotdb/client-cpp-example "0.12.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.iotdb : client-cpp | pom | 0.12.0 |
| ch.qos.logback : logback-classic | jar | 1.2.3 |
| org.slf4j : slf4j-api | jar | 1.7.30 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.mockito : mockito-all | jar | 1.10.19 |