License |
License |
---|---|
Categories |
CategoriesNative Development Tools JNA |
GroupId | GroupIdcom.github.kwhat |
ArtifactId | ArtifactIdjnativehook |
Last Version | Last Version2.2.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJNativeHook
Global keyboard and mouse listeners for Java.
|
Project URL |
Project URL |
Filename | Size |
---|---|
jnativehook-2.2.2.pom | |
jnativehook-2.2.2.jar | 596 KB |
jnativehook-2.2.2-sources.jar | 555 KB |
jnativehook-2.2.2-javadoc.jar | 652 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.kwhat/jnativehook/ -->
<dependency>
<groupId>com.github.kwhat</groupId>
<artifactId>jnativehook</artifactId>
<version>2.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.kwhat/jnativehook/
implementation 'com.github.kwhat:jnativehook:2.2.2'
// https://jarcasting.com/artifacts/com.github.kwhat/jnativehook/
implementation ("com.github.kwhat:jnativehook:2.2.2")
'com.github.kwhat:jnativehook:jar:2.2.2'
<dependency org="com.github.kwhat" name="jnativehook" rev="2.2.2">
<artifact name="jnativehook" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.kwhat', module='jnativehook', version='2.2.2')
)
libraryDependencies += "com.github.kwhat" % "jnativehook" % "2.2.2"
[com.github.kwhat/jnativehook "2.2.2"]
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar | 5.8.2 |