License |
License |
---|---|
GroupId | GroupIdcom.codeminders |
ArtifactId | ArtifactIdhidapi |
Last Version | Last Version1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJava 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.
|
Filename | Size |
---|---|
hidapi-1.1.pom | |
hidapi-1.1.jar | 199 KB |
hidapi-1.1-sources.jar | 8 KB |
hidapi-1.1-javadoc.jar | 41 KB |
Browse |
<!-- 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"]