License |
License |
---|---|
Categories |
CategoriesJava Languages |
GroupId | GroupIdcom.github.pires |
ArtifactId | ArtifactIdobd-java-api |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionOBD Java API
OBD Java API compatible with ELM327.
|
Project URL |
Project URL |
Filename | Size |
---|---|
obd-java-api-1.0.pom | |
obd-java-api-1.0.jar | 65 KB |
obd-java-api-1.0-sources.jar | 49 KB |
obd-java-api-1.0-javadoc.jar | 441 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.pires/obd-java-api/ -->
<dependency>
<groupId>com.github.pires</groupId>
<artifactId>obd-java-api</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.pires/obd-java-api/
implementation 'com.github.pires:obd-java-api:1.0'
// https://jarcasting.com/artifacts/com.github.pires/obd-java-api/
implementation ("com.github.pires:obd-java-api:1.0")
'com.github.pires:obd-java-api:jar:1.0'
<dependency org="com.github.pires" name="obd-java-api" rev="1.0">
<artifact name="obd-java-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.pires', module='obd-java-api', version='1.0')
)
libraryDependencies += "com.github.pires" % "obd-java-api" % "1.0"
[com.github.pires/obd-java-api "1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.testng : testng | jar | 6.8.13 |
org.easymock : easymock | jar | 3.3 |
org.powermock : powermock-module-testng | jar | 1.6.0 |
org.powermock : powermock-api-easymock | jar | 1.6.0 |