MVN

com.openxcplatform : openxc-examples

Maven & Gradle

Nov 06, 2013
216 stars

OpenXC - Examples · Example Vehicle Dashboard application using OpenXC

<dependency>
    <groupId>com.openxcplatform</groupId>
    <artifactId>openxc-examples</artifactId>
    <version>5.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.openxcplatform : openxc-examples to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.1.1

All Versions

Choose a version of com.openxcplatform : openxc-examples to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.1.x
openxc-examples-5.1.1
openxc-examples-5.1.0
5.0.x
openxc-examples-5.0.0
4.0.x
openxc-examples-4.0.3

How to add a dependency to Maven

Add the following com.openxcplatform : openxc-examples maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.openxcplatform</groupId>
    <artifactId>openxc-examples</artifactId>
    <version>5.1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.openxcplatform : openxc-examples gradle dependency to your build.gradle file:

implementation 'com.openxcplatform:openxc-examples:5.1.1'

Gradle Kotlin DSL: Add the following com.openxcplatform : openxc-examples gradle kotlin dependency to your build.gradle.kts file:

implementation("com.openxcplatform:openxc-examples:5.1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.openxcplatform : openxc-examples sbt scala dependency to your build.sbt file:

libraryDependencies += "com.openxcplatform" % "openxc-examples" % "5.1.1"