GroupId | GroupIdcom.kupal |
---|---|
ArtifactId | ArtifactIdahk4j |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionAuto Hot Key Project
|
Filename | Size |
---|---|
ahk4j-1.0.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.kupal/ahk4j/ -->
<dependency>
<groupId>com.kupal</groupId>
<artifactId>ahk4j</artifactId>
<version>1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.kupal/ahk4j/
implementation 'com.kupal:ahk4j:1.0'
// https://jarcasting.com/artifacts/com.kupal/ahk4j/
implementation ("com.kupal:ahk4j:1.0")
'com.kupal:ahk4j:pom:1.0'
<dependency org="com.kupal" name="ahk4j" rev="1.0">
<artifact name="ahk4j" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.kupal', module='ahk4j', version='1.0')
)
libraryDependencies += "com.kupal" % "ahk4j" % "1.0"
[com.kupal/ahk4j "1.0"]