peslys / jnativehook

Global keyboard and mouse listeners for Java.
Other
0 stars 0 forks source link

Make JNativeHook available at some Maven reoisitory #2

Open peslys opened 4 years ago

peslys commented 4 years ago

Now it works using https://jitpack.io/#peslys/jnativehook Tested with release tag

    <dependency>
        <groupId>com.github.peslys</groupId>
        <artifactId>jnativehook</artifactId>
        <version>2.1-snapshot-maven</version>
    </dependency>

and branch

    <dependency>
        <groupId>com.github.peslys</groupId>
        <artifactId>jnativehook</artifactId>
        <version>2.1-maven-SNAPSHOT</version>
    </dependency>