| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface |
| GroupId | GroupIdcom.influxdb |
| ArtifactId | ArtifactIdinfluxdb-client-test |
| Version | Version6.1.0 |
| Type | Typejar |
| Description |
DescriptionThe InfluxDB Client Test Tools
The InfluxDB client's Test Tools - mocking InfluxDB, parsing HTTP responses
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.influxdb/influxdb-client-test/ -->
<dependency>
<groupId>com.influxdb</groupId>
<artifactId>influxdb-client-test</artifactId>
<version>6.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.influxdb/influxdb-client-test/
implementation 'com.influxdb:influxdb-client-test:6.1.0'
// https://jarcasting.com/artifacts/com.influxdb/influxdb-client-test/
implementation ("com.influxdb:influxdb-client-test:6.1.0")
'com.influxdb:influxdb-client-test:jar:6.1.0'
<dependency org="com.influxdb" name="influxdb-client-test" rev="6.1.0">
<artifact name="influxdb-client-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.influxdb', module='influxdb-client-test', version='6.1.0')
)
libraryDependencies += "com.influxdb" % "influxdb-client-test" % "6.1.0"
[com.influxdb/influxdb-client-test "6.1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.squareup.okhttp3 : mockwebserver | jar | 4.9.3 |
| com.squareup.okhttp3 : okhttp | jar | 4.9.3 |
| org.junit.jupiter : junit-jupiter-engine | jar | 5.8.2 |
| org.junit.platform : junit-platform-runner | jar | 1.8.2 |
| org.assertj : assertj-core | jar | 3.22.0 |
| org.hamcrest : hamcrest | jar | 2.2 |
| org.mockito : mockito-core | jar | 4.4.0 |
| org.mockito : mockito-junit-jupiter | jar | 4.4.0 |
| com.google.code.findbugs : jsr305 | jar | 3.0.2 |