Last Version

Java API for working with Human Interface USB Devices (HID) 1.1

JNI wrapper around C/C++ HIDAPI library providing simple java API to work with devices such as USB gamepads, joysticks, keyboards etc.

License

License

GroupId

GroupId

com.codeminders
ArtifactId

ArtifactId

hidapi
Version

Version

1.1
Type

Type

jar
Description

Description

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.

Download hidapi 1.1


<!-- https://jarcasting.com/artifacts/com.codeminders/hidapi/ -->
<dependency>
    <groupId>com.codeminders</groupId>
    <artifactId>hidapi</artifactId>
    <version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.codeminders/hidapi/
implementation 'com.codeminders:hidapi:1.1'
// https://jarcasting.com/artifacts/com.codeminders/hidapi/
implementation ("com.codeminders:hidapi:1.1")
'com.codeminders:hidapi:jar:1.1'
<dependency org="com.codeminders" name="hidapi" rev="1.1">
  <artifact name="hidapi" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.codeminders', module='hidapi', version='1.1')
)
libraryDependencies += "com.codeminders" % "hidapi" % "1.1"
[com.codeminders/hidapi "1.1"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.