MVN

com.codeminders : hidapi

Maven & Gradle

Dec 03, 2012
2 usages

Java API for working with Human Interface USB Devices (HID) · JNI wrapper around C/C++ HIDAPI library providing simple java API to work with devices such as USB gamepads, joysticks, keyboards etc.

<dependency>
    <groupId>com.codeminders</groupId>
    <artifactId>hidapi</artifactId>
    <version>1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.codeminders : hidapi to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1

All Versions

Choose a version of com.codeminders : hidapi to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1
hidapi-1.1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.codeminders</groupId>
    <artifactId>hidapi</artifactId>
    <version>1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.codeminders : hidapi gradle dependency to your build.gradle file:

implementation 'com.codeminders:hidapi:1.1'

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

implementation("com.codeminders:hidapi:1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.codeminders : hidapi sbt scala dependency to your build.sbt file:

libraryDependencies += "com.codeminders" % "hidapi" % "1.1"

Advertisement