| GroupId | GroupIdorg.apache.iotdb |
|---|---|
| ArtifactId | ArtifactIdcross-tests |
| Version | Version0.11.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| cross-tests-0.11.2.pom | |
| cross-tests-0.11.2.jar | 7 KB |
| cross-tests-0.11.2-sources.jar | 7 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.apache.iotdb/cross-tests/ -->
<dependency>
<groupId>org.apache.iotdb</groupId>
<artifactId>cross-tests</artifactId>
<version>0.11.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.iotdb/cross-tests/
implementation 'org.apache.iotdb:cross-tests:0.11.2'
// https://jarcasting.com/artifacts/org.apache.iotdb/cross-tests/
implementation ("org.apache.iotdb:cross-tests:0.11.2")
'org.apache.iotdb:cross-tests:jar:0.11.2'
<dependency org="org.apache.iotdb" name="cross-tests" rev="0.11.2">
<artifact name="cross-tests" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.iotdb', module='cross-tests', version='0.11.2')
)
libraryDependencies += "org.apache.iotdb" % "cross-tests" % "0.11.2"
[org.apache.iotdb/cross-tests "0.11.2"]