java注册全局快捷键的小工具
License |
License |
---|---|
Categories |
CategoriesKeY Data Data Formats Formal Verification |
GroupId | GroupIdcom.github.yqy7 |
ArtifactId | ArtifactIdjhotkey |
Last Version | Last Version0.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjhotkey
java hot key
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jhotkey-0.0.1.pom | |
jhotkey-0.0.1.jar | 22 KB |
jhotkey-0.0.1-sources.jar | 10 KB |
jhotkey-0.0.1-javadoc.jar | 48 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.yqy7/jhotkey/ -->
<dependency>
<groupId>com.github.yqy7</groupId>
<artifactId>jhotkey</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.yqy7/jhotkey/
implementation 'com.github.yqy7:jhotkey:0.0.1'
// https://jarcasting.com/artifacts/com.github.yqy7/jhotkey/
implementation ("com.github.yqy7:jhotkey:0.0.1")
'com.github.yqy7:jhotkey:jar:0.0.1'
<dependency org="com.github.yqy7" name="jhotkey" rev="0.0.1">
<artifact name="jhotkey" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.yqy7', module='jhotkey', version='0.0.1')
)
libraryDependencies += "com.github.yqy7" % "jhotkey" % "0.0.1"
[com.github.yqy7/jhotkey "0.0.1"]
Group / Artifact | Type | Version |
---|---|---|
net.java.dev.jna : jna | jar | 5.4.0 |
net.java.dev.jna : jna-platform | jar | 5.4.0 |
org.slf4j : slf4j-api | jar | 1.7.28 |
Group / Artifact | Type | Version |
---|---|---|
ch.qos.logback : logback-classic | jar | 1.2.3 |
java注册全局快捷键的小工具