License |
License
Apache License 2.0
|
---|---|
Categories |
CategoriesMetrics Application Testing & Monitoring Monitoring |
GroupId | GroupIdio.github.tzebrowski |
ArtifactId | ArtifactIdobd-metrics |
Last Version | Last Version4.4.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionOBD Metrics
OBD Metrics is a Java OBD2 framework that is intended to simplify communication with OBD2 adapters like ELM327 clones.
The goal of the implementation is to provide a set of useful functions that can be a foundation for future OBD2 related applications.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
obd-metrics-4.4.0.pom | |
obd-metrics-4.4.0.jar | 216 KB |
obd-metrics-4.4.0-sources.jar | 137 KB |
obd-metrics-4.4.0-javadoc.jar | 659 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.tzebrowski/obd-metrics/ -->
<dependency>
<groupId>io.github.tzebrowski</groupId>
<artifactId>obd-metrics</artifactId>
<version>4.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.tzebrowski/obd-metrics/
implementation 'io.github.tzebrowski:obd-metrics:4.4.0'
// https://jarcasting.com/artifacts/io.github.tzebrowski/obd-metrics/
implementation ("io.github.tzebrowski:obd-metrics:4.4.0")
'io.github.tzebrowski:obd-metrics:jar:4.4.0'
<dependency org="io.github.tzebrowski" name="obd-metrics" rev="4.4.0">
<artifact name="obd-metrics" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.tzebrowski', module='obd-metrics', version='4.4.0')
)
libraryDependencies += "io.github.tzebrowski" % "obd-metrics" % "4.4.0"
[io.github.tzebrowski/obd-metrics "4.4.0"]
Group / Artifact | Type | Version |
---|---|---|
io.dropwizard.metrics : metrics-core | jar | 4.1.17 |
io.reactivex : rxjava | jar | 1.3.8 |
com.dynatrace.dynahist : dynahist | jar | 1.1 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.11.0 |
org.apache.commons : commons-collections4 | jar | 4.1 |
Group / Artifact | Type | Version |
---|---|---|
ch.qos.logback : logback-classic | jar | 1.0.13 |
org.projectlombok : lombok | jar | 1.18.18 |
Group / Artifact | Type | Version |
---|---|---|
org.assertj : assertj-core | jar | 3.18.1 |
io.ultreia : bluecove | jar | 2.1.1 |
org.junit.jupiter : junit-jupiter | jar | 5.6.2 |
org.openjdk.jmh : jmh-generator-annprocess | jar | 1.19 |
org.openjdk.jmh : jmh-core | jar | 1.19 |
org.junit.jupiter : junit-jupiter-params | jar | 5.6.2 |