MVN

lc.kra.system : system-hook

Maven & Gradle

Oct 19, 2020
263 stars

Java System Hook · Global Keyboard / Mouse Hook for Java applications.

<dependency>
    <groupId>lc.kra.system</groupId>
    <artifactId>system-hook</artifactId>
    <version>3.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of lc.kra.system : system-hook to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.8

All Versions

Choose a version of lc.kra.system : system-hook to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.8
system-hook-3.8
3.7
system-hook-3.7

How to add a dependency to Maven

Add the following lc.kra.system : system-hook maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>lc.kra.system</groupId>
    <artifactId>system-hook</artifactId>
    <version>3.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following lc.kra.system : system-hook gradle dependency to your build.gradle file:

implementation 'lc.kra.system:system-hook:3.8'

Gradle Kotlin DSL: Add the following lc.kra.system : system-hook gradle kotlin dependency to your build.gradle.kts file:

implementation("lc.kra.system:system-hook:3.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following lc.kra.system : system-hook sbt scala dependency to your build.sbt file:

libraryDependencies += "lc.kra.system" % "system-hook" % "3.8"

Advertisement