OBD 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.

License

License

Apache License 2.0
Categories

Categories

Metrics Application Testing & Monitoring Monitoring
GroupId

GroupId

io.github.tzebrowski
ArtifactId

ArtifactId

obd-metrics
Last Version

Last Version

4.4.0
Release Date

Release Date

Type

Type

jar
Description

Description

OBD 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

https://github.com/tzebrowski/ObdMetrics
Source Code Management

Source Code Management

http://github.com/tzebrowski/ObdMetrics/tree/master

Download obd-metrics

How to add to project

<!-- 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"]

Dependencies

compile (5)

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

provided (2)

Group / Artifact Type Version
ch.qos.logback : logback-classic jar 1.0.13
org.projectlombok : lombok jar 1.18.18

test (6)

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

Project Modules

There are no modules declared in this project.

Versions

Version
4.4.0
1.0.0