Download obd-java-api-1.0.jar file

Introduction

You can download obd-java-api-1.0.jar in this page.

License

The Apache Software License, Version 2.0

Type List

obd-java-api-1.0.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/com.github.pires/obd-java-api/pom.properties
META-INF/maven/com.github.pires/obd-java-api/pom.xml
com.github.pires.obd.commands.ObdCommand.class
com.github.pires.obd.commands.ObdMultiCommand.class
com.github.pires.obd.commands.PercentageObdCommand.class
com.github.pires.obd.commands.PersistentCommand.class
com.github.pires.obd.commands.ReturnAsapCommand.class
com.github.pires.obd.commands.SpeedCommand.class
com.github.pires.obd.commands.SystemOfUnits.class
com.github.pires.obd.commands.control.DistanceMILOnCommand.class
com.github.pires.obd.commands.control.DistanceSinceCCCommand.class
com.github.pires.obd.commands.control.DtcNumberCommand.class
com.github.pires.obd.commands.control.EquivalentRatioCommand.class
com.github.pires.obd.commands.control.ModuleVoltageCommand.class
com.github.pires.obd.commands.control.TimingAdvanceCommand.class
com.github.pires.obd.commands.control.TroubleCodesCommand.class
com.github.pires.obd.commands.control.VinCommand.class
com.github.pires.obd.commands.engine.AbsoluteLoadCommand.class
com.github.pires.obd.commands.engine.FuelRateCommand.class
com.github.pires.obd.commands.engine.LoadCommand.class
com.github.pires.obd.commands.engine.MassAirFlowCommand.class
com.github.pires.obd.commands.engine.OilTempCommand.class
com.github.pires.obd.commands.engine.RPMCommand.class
com.github.pires.obd.commands.engine.RuntimeCommand.class
com.github.pires.obd.commands.engine.ThrottlePositionCommand.class
com.github.pires.obd.commands.fuel.AirFuelRatioCommand.class
com.github.pires.obd.commands.fuel.ConsumptionRateCommand.class
com.github.pires.obd.commands.fuel.FindFuelTypeCommand.class
com.github.pires.obd.commands.fuel.FuelLevelCommand.class
com.github.pires.obd.commands.fuel.FuelTrimCommand.class
com.github.pires.obd.commands.fuel.WidebandAirFuelRatioCommand.class
com.github.pires.obd.commands.pressure.BarometricPressureCommand.class
com.github.pires.obd.commands.pressure.FuelPressureCommand.class
com.github.pires.obd.commands.pressure.FuelRailPressureCommand.class
com.github.pires.obd.commands.pressure.IntakeManifoldPressureCommand.class
com.github.pires.obd.commands.pressure.PressureCommand.class
com.github.pires.obd.commands.protocol.AdaptiveTimingCommand.class
com.github.pires.obd.commands.protocol.AvailablePidsCommand.class
com.github.pires.obd.commands.protocol.EchoOffCommand.class
com.github.pires.obd.commands.protocol.HeadersOffCommand.class
com.github.pires.obd.commands.protocol.LineFeedOffCommand.class
com.github.pires.obd.commands.protocol.ObdProtocolCommand.class
com.github.pires.obd.commands.protocol.ObdResetCommand.class
com.github.pires.obd.commands.protocol.ObdWarmstartCommand.class
com.github.pires.obd.commands.protocol.OdbRawCommand.class
com.github.pires.obd.commands.protocol.ResetTroubleCodesCommand.class
com.github.pires.obd.commands.protocol.SelectProtocolCommand.class
com.github.pires.obd.commands.protocol.TimeoutCommand.class
com.github.pires.obd.commands.temperature.AirIntakeTemperatureCommand.class
com.github.pires.obd.commands.temperature.AmbientAirTemperatureCommand.class
com.github.pires.obd.commands.temperature.EngineCoolantTemperatureCommand.class
com.github.pires.obd.commands.temperature.TemperatureCommand.class
com.github.pires.obd.enums.AvailableCommandNames.class
com.github.pires.obd.enums.FuelTrim.class
com.github.pires.obd.enums.FuelType.class
com.github.pires.obd.enums.ObdProtocols.class
com.github.pires.obd.exceptions.BusInitException.class
com.github.pires.obd.exceptions.MisunderstoodCommandException.class
com.github.pires.obd.exceptions.NoDataException.class
com.github.pires.obd.exceptions.NonNumericResponseException.class
com.github.pires.obd.exceptions.ResponseException.class
com.github.pires.obd.exceptions.StoppedException.class
com.github.pires.obd.exceptions.UnableToConnectException.class
com.github.pires.obd.exceptions.UnknownErrorException.class
com.github.pires.obd.exceptions.UnsupportedCommandException.class

Pom

obd-java-api-1.0.pom file content.

<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
    <modelVersion>4.0.0</modelVersion>

    <parent>
        <groupId>org.sonatype.oss</groupId>
        <artifactId>oss-parent</artifactId>
        <version>9</version>
    </parent>

    <groupId>com.github.pires</groupId>
    <artifactId>obd-java-api</artifactId>
    <version>1.0-RC9</version>
    <packaging>jar</packaging>

    <name>OBD Java API</name>
    <url>https://github.com/pires/obd-java-api</url>
    <description>OBD Java API compatible with ELM327.</description>

    <licenses>
        <license>
            <name>The Apache Software License, Version 2.0</name>
            <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
            <distribution>repo</distribution>
        </license>
    </licenses>

    <scm>
        <connection>scm:git:git@github.com:pires/obd-java-api.git</connection>
        <developerConnection>scm:git:git@github.com:pires/obd-java-api.git</developerConnection>
        <url>git@github.com:pires/obd-java-api.git</url>
        <tag>obd-java-api-1.0-RC9</tag>
    </scm>

    <developers>
        <developer>
            <id>pjpires</id>
            <name>Paulo Pires</name>
            <email>pjpires@gmail.com</email>
            <roles>
                <role>developer</role>
            </roles>
        </developer>
    </developers>

    <distributionManagement>
        <repository>
            <id>sonatype-nexus-staging</id>
            <name>Sonatype OSS Staging</name>
            <url>https://oss.sonatype.org/service/local/staging/deploy/maven2</url>
        </repository>
        <snapshotRepository>
            <id>sonatype-nexus-snapshot</id>
            <name>Sonatype OSS Snapshots</name>
            <url>https://oss.sonatype.org/content/repositories/snapshots</url>
        </snapshotRepository>
    </distributionManagement>

    <properties>
        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
        <project.reporting.sourceEncoding>UTF-8</project.reporting.sourceEncoding>
        <java.version>1.7</java.version>
        <maven-javadoc-plugin.version>2.10.1</maven-javadoc-plugin.version>
    </properties>

    <dependencies>
        <dependency>
            <groupId>org.testng</groupId>
            <artifactId>testng</artifactId>
            <version>6.8.13</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.easymock</groupId>
            <artifactId>easymock</artifactId>
            <version>3.3</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.powermock</groupId>
            <artifactId>powermock-module-testng</artifactId>
            <version>1.6.0</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.powermock</groupId>
            <artifactId>powermock-api-easymock</artifactId>
            <version>1.6.0</version>
            <scope>test</scope>
        </dependency>
    </dependencies>

    <build>
        <plugins>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-compiler-plugin</artifactId>
                <version>3.2</version>
                <configuration>
                    <source>${java.version}</source>
                    <target>${java.version}</target>
                </configuration>
            </plugin>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-enforcer-plugin</artifactId>
                <version>1.3.1</version>
                <executions>
                    <execution>
                        <id>enforce-java</id>
                        <goals>
                            <goal>enforce</goal>
                        </goals>
                        <configuration>
                            <rules>
                                <requireMavenVersion>
                                    <version>[3.0.4,)</version>
                                </requireMavenVersion>
                                <requireJavaVersion>
                                    <version>[1.7,)</version>
                                </requireJavaVersion>
                            </rules>
                        </configuration>
                    </execution>
                </executions>
            </plugin>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-surefire-plugin</artifactId>
                <version>2.18.1</version>
                <configuration>
                    <argLine>-Xms128m -Xmx512m -XX:MaxPermSize=512m</argLine>
                    <threadCount>1</threadCount>
                    <parallel>methods</parallel>
                    <includes>
                        <include>**/SetupTestSuite.java</include>
                        <include>**/*Test.java</include>
                    </includes>
                </configuration>
            </plugin>
            <plugin>
                <artifactId>maven-release-plugin</artifactId>
                <version>2.5.1</version>
                <configuration>
                    <allowTimestampedSnapshots>true</allowTimestampedSnapshots>
                    <autoVersionSubmodules>true</autoVersionSubmodules>
                    <localCheckout>true</localCheckout>
                    <pushChanges>false</pushChanges>
                </configuration>
            </plugin>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-javadoc-plugin</artifactId>
                <version>${maven-javadoc-plugin.version}</version>
                <executions>
                    <execution>
                        <goals>
                            <goal>jar</goal>
                            <goal>aggregate</goal>
                        </goals>
                        <configuration>
                            <failOnError>false</failOnError>
                            <additionalparam>-Xdoclint:none</additionalparam>
                        </configuration>
                    </execution>
                </executions>
            </plugin>
        </plugins>
    </build>

    <profiles>
        <profile>
            <id>release-sign-artifacts</id>
            <activation>
                <property>
                    <name>performRelease</name>
                    <value>true</value>
                </property>
            </activation>
            <build>
                <plugins>
                    <plugin>
                        <groupId>org.apache.maven.plugins</groupId>
                        <artifactId>maven-javadoc-plugin</artifactId>
                        <version>${maven-javadoc-plugin.version}</version>
                        <executions>
                            <execution>
                                <goals>
                                    <goal>jar</goal>
                                    <goal>aggregate</goal>
                                </goals>
                                <configuration>
                                    <failOnError>false</failOnError>
                                    <additionalparam>-Xdoclint:none</additionalparam>
                                </configuration>
                            </execution>
                        </executions>
                    </plugin>
                    <plugin>
                        <groupId>org.apache.maven.plugins</groupId>
                        <artifactId>maven-gpg-plugin</artifactId>
                        <version>1.5</version>
                        <executions>
                            <execution>
                                <id>sign-artifacts</id>
                                <phase>verify</phase>
                                <goals>
                                    <goal>sign</goal>
                                </goals>
                                <configuration>
                                    <keyname>F92B72C4</keyname>
                                </configuration>
                            </execution>
                        </executions>
                    </plugin>
                </plugins>
            </build>
        </profile>
    </profiles>

</project>

POM Entry

<dependency>
   <groupId>com.github.pires</groupId>
   <artifactId>obd-java-api</artifactId>
   <version>1.0</version>
</dependency>

Download

If you think the following obd-java-api-1.0.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download obd-java-api-1.0.jar file




PreviousNext

Related