License |
License |
---|---|
GroupId | GroupIdorg.apache.iotdb |
ArtifactId | ArtifactIdopenapi |
Last Version | Last Version0.13.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionThis is the top level project that builds, packages the tsfile, iotdb engine, jdbc, and integration libs.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
openapi-0.13.0.pom | |
openapi-0.13.0.jar | 40 KB |
openapi-0.13.0-sources.jar | 32 KB |
openapi-0.13.0-javadoc.jar | 491 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.iotdb/openapi/ -->
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>openapi</artifactId>
<version>0.13.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.iotdb/openapi/
implementation 'org.apache.iotdb:openapi:0.13.0'
// https://jarcasting.com/artifacts/org.apache.iotdb/openapi/
implementation ("org.apache.iotdb:openapi:0.13.0")
'org.apache.iotdb:openapi:jar:0.13.0'
<dependency org="org.apache.iotdb" name="openapi" rev="0.13.0">
<artifact name="openapi" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.iotdb', module='openapi', version='0.13.0')
)
libraryDependencies += "org.apache.iotdb" % "openapi" % "0.13.0"
[org.apache.iotdb/openapi "0.13.0"]
Group / Artifact | Type | Version |
---|---|---|
io.swagger : swagger-jersey2-jaxrs | jar | 1.5.18 |
javax.servlet : servlet-api | jar | 2.5 |
com.fasterxml.jackson.datatype : jackson-datatype-jsr310 | jar | 2.10.5 |
com.fasterxml.jackson.jaxrs : jackson-jaxrs-json-provider | jar | 2.10.5 |
ch.qos.logback : logback-classic | jar | 1.2.10 |
org.slf4j : slf4j-api | jar | 1.7.32 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |
org.testcontainers : testcontainers | jar | 1.15.2 |