| License |
License |
|---|---|
| Categories |
CategoriesNative Development Tools JNA |
| GroupId | GroupIdcom.1stleg |
| ArtifactId | ArtifactIdjnativehook |
| Last Version | Last Version2.1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionJNativeHook
Global keyboard and mouse listeners for Java.
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| jnativehook-2.1.0.pom | |
| jnativehook-2.1.0.jar | 190 KB |
| jnativehook-2.1.0-sources.jar | 243 KB |
| jnativehook-2.1.0-javadoc.jar | 157 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.1stleg/jnativehook/ -->
<dependency>
<groupId>com.1stleg</groupId>
<artifactId>jnativehook</artifactId>
<version>2.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.1stleg/jnativehook/
implementation 'com.1stleg:jnativehook:2.1.0'
// https://jarcasting.com/artifacts/com.1stleg/jnativehook/
implementation ("com.1stleg:jnativehook:2.1.0")
'com.1stleg:jnativehook:jar:2.1.0'
<dependency org="com.1stleg" name="jnativehook" rev="2.1.0">
<artifact name="jnativehook" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.1stleg', module='jnativehook', version='2.1.0')
)
libraryDependencies += "com.1stleg" % "jnativehook" % "2.1.0"
[com.1stleg/jnativehook "2.1.0"]