Download jnativehook-2.0.3.jar file

Introduction

You can download jnativehook-2.0.3.jar in this page.

License

GNU General Public License (GPL), Version 3.0

Type List

jnativehook-2.0.3.jar file has the following types.

META-INF/MANIFEST.MF
org.jnativehook.DefaultDispatchService.class
org.jnativehook.DefaultLibraryLocator.class
org.jnativehook.GlobalScreen.class
org.jnativehook.NativeHookException.class
org.jnativehook.NativeInputEvent.class
org.jnativehook.NativeLibraryLocator.class
org.jnativehook.NativeSystem.class
org.jnativehook.SwingDispatchService.class
org.jnativehook.example.NativeHookDemo.class
org.jnativehook.keyboard.NativeKeyEvent.class
org.jnativehook.keyboard.NativeKeyListener.class
org.jnativehook.mouse.NativeMouseEvent.class
org.jnativehook.mouse.NativeMouseInputListener.class
org.jnativehook.mouse.NativeMouseListener.class
org.jnativehook.mouse.NativeMouseMotionListener.class
org.jnativehook.mouse.NativeMouseWheelEvent.class
org.jnativehook.mouse.NativeMouseWheelListener.class
org/jnativehook/lib/darwin/x86/libJNativeHook.dylib
org/jnativehook/lib/darwin/x86_64/libJNativeHook.dylib
org/jnativehook/lib/linux/arm/libJNativeHook.so
org/jnativehook/lib/linux/x86/libJNativeHook.so
org/jnativehook/lib/linux/x86_64/libJNativeHook.so
org/jnativehook/lib/windows/x86/JNativeHook.dll
org/jnativehook/lib/windows/x86_64/JNativeHook.dll

Pom

jnativehook-2.0.3.pom file content.

<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.1stleg</groupId>
  <artifactId>jnativehook</artifactId>
  <version>2.0.3</version>
  <name>JNativeHook</name>
  <description>Global keyboard and mouse listeners for Java.</description>
  <url>https://github.com/kwhat/jnativehook</url>
  <licenses>
    <license>
      <name>GNU General Public License (GPL), Version 3.0</name>
      <url>https://www.gnu.org/licenses/gpl-3.0.txt</url>
    </license>
    <license>
      <name>GNU Lesser General Public License (LGPL), Version 3.0</name>
      <url>https://www.gnu.org/licenses/gpl-3.0.txt</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>Alexander Barker</name>
      <email>alex@1stleg.com</email>
      <organization>Personal</organization>
      <organizationUrl>https://github.com/kwhat/</organizationUrl>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git@github.com:kwhat/jnativehook.git</connection>
    <developerConnection>scm:git:git@github.com:kwhat/jnativehook.git</developerConnection>
    <url>git@github.com:kwhat/jnativehook.git</url>
  </scm>
</project>

POM Entry

<dependency>
   <groupId>com.1stleg</groupId>
   <artifactId>jnativehook</artifactId>
   <version>2.0.3</version>
</dependency>

Download

If you think the following jnativehook-2.0.3.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download jnativehook-2.0.3.jar file




PreviousNext

Related