License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdorg.apache.iotdb |
ArtifactId | ArtifactIdclient-cpp |
Version | Version0.12.3 |
Type | Typepom |
Description |
DescriptionClient for cpp
C++ client
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
client-cpp-0.12.3.pom | 20 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.iotdb/client-cpp/ -->
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>client-cpp</artifactId>
<version>0.12.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.iotdb/client-cpp/
implementation 'org.apache.iotdb:client-cpp:0.12.3'
// https://jarcasting.com/artifacts/org.apache.iotdb/client-cpp/
implementation ("org.apache.iotdb:client-cpp:0.12.3")
'org.apache.iotdb:client-cpp:pom:0.12.3'
<dependency org="org.apache.iotdb" name="client-cpp" rev="0.12.3">
<artifact name="client-cpp" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.iotdb', module='client-cpp', version='0.12.3')
)
libraryDependencies += "org.apache.iotdb" % "client-cpp" % "0.12.3"
[org.apache.iotdb/client-cpp "0.12.3"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.iotdb : client-cpp-tools-thrift | jar | 0.12.3 |
ch.qos.logback : logback-classic | jar | 1.2.3 |
org.slf4j : slf4j-api | jar | 1.7.32 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |
org.mockito : mockito-all | jar | 1.10.19 |