MVN

com.pnuema.android : obd

Maven & Gradle

Jul 11, 2023
39 stars

Android OBD Library · Android library to communicate with ELM327 based OBD devices

<dependency>
    <groupId>com.pnuema.android</groupId>
    <artifactId>obd</artifactId>
    <version>1.4.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.pnuema.android : obd to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.4.1

All Versions

Choose a version of com.pnuema.android : obd to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.4.x
obd-1.4.1
obd-1.4.0
1.3.x
obd-1.3.1
obd-1.3.0
1.2.x
obd-1.2.1
obd-1.2.0
1.1.x
obd-1.1.0
1.0.x
obd-1.0.4
obd-1.0.3
obd-1.0.2
obd-1.0.1

How to add a dependency to Maven

Add the following com.pnuema.android : obd maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.pnuema.android</groupId>
    <artifactId>obd</artifactId>
    <version>1.4.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.pnuema.android : obd gradle dependency to your build.gradle file:

implementation 'com.pnuema.android:obd:1.4.1'

Gradle Kotlin DSL: Add the following com.pnuema.android : obd gradle kotlin dependency to your build.gradle.kts file:

implementation("com.pnuema.android:obd:1.4.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.pnuema.android : obd sbt scala dependency to your build.sbt file:

libraryDependencies += "com.pnuema.android" % "obd" % "1.4.1"

Advertisement