| GroupId | GroupIdcom.kupal.ahk4j |
|---|---|
| ArtifactId | ArtifactIdahk4j-core |
| Version | Version0.9-BETA |
| Type | Typejar |
| Description |
Descriptionahk4j core lib
|
| Filename | Size |
|---|---|
| ahk4j-core-0.9-BETA.pom | |
| ahk4j-core-0.9-BETA.jar | 11 KB |
| ahk4j-core-0.9-BETA-sources.jar | 6 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.kupal.ahk4j/ahk4j-core/ -->
<dependency>
<groupId>com.kupal.ahk4j</groupId>
<artifactId>ahk4j-core</artifactId>
<version>0.9-BETA</version>
</dependency>
// https://jarcasting.com/artifacts/com.kupal.ahk4j/ahk4j-core/
implementation 'com.kupal.ahk4j:ahk4j-core:0.9-BETA'
// https://jarcasting.com/artifacts/com.kupal.ahk4j/ahk4j-core/
implementation ("com.kupal.ahk4j:ahk4j-core:0.9-BETA")
'com.kupal.ahk4j:ahk4j-core:jar:0.9-BETA'
<dependency org="com.kupal.ahk4j" name="ahk4j-core" rev="0.9-BETA">
<artifact name="ahk4j-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.kupal.ahk4j', module='ahk4j-core', version='0.9-BETA')
)
libraryDependencies += "com.kupal.ahk4j" % "ahk4j-core" % "0.9-BETA"
[com.kupal.ahk4j/ahk4j-core "0.9-BETA"]