MVN

org.bidib.jbidib : jbidibc-usb

Maven & Gradle

Aug 06, 2023

jBiDiB :: jbidibc USB · jBiDiB jbidibc USB POM Install the libusb drivers for using the libusb access. Under Windows OS you must install the Zadig driver as described here: https://github.com/libusb/libusb/wiki/Windows. Zadic can be downloaded from: http://zadig.akeo.ie/ In the Zadig UI you must check Options > List all devices and the select the 'USB-EPP /I2C... CH341A' device. Then select the target driver with the spinners (I used libusb-win32 (v1.2.6.0)) and click the 'Install driver' button.

<dependency>
    <groupId>org.bidib.jbidib</groupId>
    <artifactId>jbidibc-usb</artifactId>
    <version>2.0.12</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.bidib.jbidib : jbidibc-usb to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.12
  • Latest Release Candidate: 2.0.0.RC6

All Versions

Choose a version of org.bidib.jbidib : jbidibc-usb to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
jbidibc-usb-2.0.12
jbidibc-usb-2.0.11
jbidibc-usb-2.0.10
jbidibc-usb-2.0.9
jbidibc-usb-2.0.8
jbidibc-usb-2.0.7
jbidibc-usb-2.0.6
jbidibc-usb-2.0.5
jbidibc-usb-2.0.4
jbidibc-usb-2.0.3
jbidibc-usb-2.0.2
jbidibc-usb-2.0.1
jbidibc-usb-2.0.0
jbidibc-usb-2.0.0.RC6
jbidibc-usb-2.0.0.RC5
jbidibc-usb-2.0.0.RC4
jbidibc-usb-2.0.0.RC3
jbidibc-usb-2.0.0.RC2
jbidibc-usb-2.0.0.RC1

How to add a dependency to Maven

Add the following org.bidib.jbidib : jbidibc-usb maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.bidib.jbidib</groupId>
    <artifactId>jbidibc-usb</artifactId>
    <version>2.0.12</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.bidib.jbidib : jbidibc-usb gradle dependency to your build.gradle file:

implementation 'org.bidib.jbidib:jbidibc-usb:2.0.12'

Gradle Kotlin DSL: Add the following org.bidib.jbidib : jbidibc-usb gradle kotlin dependency to your build.gradle.kts file:

implementation("org.bidib.jbidib:jbidibc-usb:2.0.12")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.bidib.jbidib : jbidibc-usb sbt scala dependency to your build.sbt file:

libraryDependencies += "org.bidib.jbidib" % "jbidibc-usb" % "2.0.12"