MVN

com.openxcplatform : openxc

Maven & Gradle

Nov 27, 2013
3 usages
217 stars

OpenXC Android Library · Android library for the OpenXC Platform

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

Latest Version

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

  • Latest Stable: 5.2

All Versions

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

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

How to add a dependency to Maven

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

<dependency>
    <groupId>com.openxcplatform</groupId>
    <artifactId>openxc</artifactId>
    <version>5.2</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.openxcplatform:openxc:5.2'

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

implementation("com.openxcplatform:openxc:5.2")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.openxcplatform" % "openxc" % "5.2"

Advertisement