Files download
File Operation
jnativehook-2.2.2.jar download
jnativehook-2.2.2.pom download
jnativehook-2.2.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.kwhat</groupId>
  <artifactId>jnativehook</artifactId>
  <version>2.2.2</version>
</dependency>
Gradle Groovy
implementation 'com.github.kwhat:jnativehook:2.2.2'
Gradle Kotlin
implementation("com.github.kwhat:jnativehook:2.2.2")
Scala SBT
libraryDependencies += "com.github.kwhat" % "jnativehook" % "2.2.2"
Groovy Grape
@Grapes(
  @Grab(group='com.github.kwhat', module='jnativehook', version='2.2.2')
)
Apache Ivy
<dependency org="com.github.kwhat" name="jnativehook" rev="2.2.2" />
Leiningen
[com.github.kwhat/jnativehook "2.2.2"]
Apache Buildr
'com.github.kwhat:jnativehook:jar:2.2.2'