License |
License |
---|---|
Categories |
CategoriesJUnit Unit Testing |
GroupId | GroupIdio.github.vanbadasselt |
ArtifactId | ArtifactIdjunit-listener-influxdb |
Last Version | Last Version2.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJUnit Listener InfluxDB
Extracts JUnit test results to store them into an Influx database
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
junit-listener-influxdb-2.0.pom | |
junit-listener-influxdb-2.0.jar | 17 KB |
junit-listener-influxdb-2.0-sources.jar | 11 KB |
junit-listener-influxdb-2.0-javadoc.jar | 445 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.vanbadasselt/junit-listener-influxdb/ -->
<dependency>
<groupId>io.github.vanbadasselt</groupId>
<artifactId>junit-listener-influxdb</artifactId>
<version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.vanbadasselt/junit-listener-influxdb/
implementation 'io.github.vanbadasselt:junit-listener-influxdb:2.0'
// https://jarcasting.com/artifacts/io.github.vanbadasselt/junit-listener-influxdb/
implementation ("io.github.vanbadasselt:junit-listener-influxdb:2.0")
'io.github.vanbadasselt:junit-listener-influxdb:jar:2.0'
<dependency org="io.github.vanbadasselt" name="junit-listener-influxdb" rev="2.0">
<artifact name="junit-listener-influxdb" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.vanbadasselt', module='junit-listener-influxdb', version='2.0')
)
libraryDependencies += "io.github.vanbadasselt" % "junit-listener-influxdb" % "2.0"
[io.github.vanbadasselt/junit-listener-influxdb "2.0"]
Group / Artifact | Type | Version |
---|---|---|
org.junit.platform : junit-platform-launcher | jar | 1.7.0 |
org.influxdb : influxdb-java | jar | 2.20 |
com.github.spotbugs : spotbugs-annotations | jar | 3.1.12 |