| License |
License |
|---|---|
| GroupId | GroupIdorg.apache.iotdb |
| ArtifactId | ArtifactIdiotdb-session |
| Version | Version0.12.0 |
| Type | Typejar |
| Description |
DescriptionIoTDB Session
This is the top level project that builds, packages the tsfile, iotdb engine, jdbc, and integration libs.
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| iotdb-session-0.12.0.pom | |
| iotdb-session-0.12.0.jar | 51 KB |
| iotdb-session-0.12.0-sources.jar | 30 KB |
| iotdb-session-0.12.0-jar-with-dependencies.jar | 6 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.apache.iotdb/iotdb-session/ -->
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>iotdb-session</artifactId>
<version>0.12.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.iotdb/iotdb-session/
implementation 'org.apache.iotdb:iotdb-session:0.12.0'
// https://jarcasting.com/artifacts/org.apache.iotdb/iotdb-session/
implementation ("org.apache.iotdb:iotdb-session:0.12.0")
'org.apache.iotdb:iotdb-session:jar:0.12.0'
<dependency org="org.apache.iotdb" name="iotdb-session" rev="0.12.0">
<artifact name="iotdb-session" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.iotdb', module='iotdb-session', version='0.12.0')
)
libraryDependencies += "org.apache.iotdb" % "iotdb-session" % "0.12.0"
[org.apache.iotdb/iotdb-session "0.12.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.iotdb : service-rpc | jar | 0.12.0 |
| commons-io : commons-io | jar | 2.5 |
| ch.qos.logback : logback-classic | jar | 1.2.3 |
| org.slf4j : slf4j-api | jar | 1.7.30 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.iotdb : iotdb-server | test-jar | 0.12.0 |
| org.apache.iotdb : iotdb-server | jar | 0.12.0 |
| org.apache.iotdb : iotdb-jdbc | jar | 0.12.0 |
| junit : junit | jar | 4.12 |
| org.mockito : mockito-all | jar | 1.10.19 |