License |
License |
---|---|
Categories |
CategoriesJava Languages |
GroupId | GroupIdio.github.kingpulse |
ArtifactId | ArtifactIdxdotool-java |
Version | Version1.1 |
Type | Typejar |
Description |
Descriptionxdotool-java
A java library for accessing libxdo
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
xdotool-java-1.1.pom | |
xdotool-java-1.1.jar | 9 KB |
xdotool-java-1.1-sources.jar | 8 KB |
xdotool-java-1.1-javadoc.jar | 441 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.kingpulse/xdotool-java/ -->
<dependency>
<groupId>io.github.kingpulse</groupId>
<artifactId>xdotool-java</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.kingpulse/xdotool-java/
implementation 'io.github.kingpulse:xdotool-java:1.1'
// https://jarcasting.com/artifacts/io.github.kingpulse/xdotool-java/
implementation ("io.github.kingpulse:xdotool-java:1.1")
'io.github.kingpulse:xdotool-java:jar:1.1'
<dependency org="io.github.kingpulse" name="xdotool-java" rev="1.1">
<artifact name="xdotool-java" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.kingpulse', module='xdotool-java', version='1.1')
)
libraryDependencies += "io.github.kingpulse" % "xdotool-java" % "1.1"
[io.github.kingpulse/xdotool-java "1.1"]
Group / Artifact | Type | Version |
---|---|---|
net.java.dev.jna : jna-platform | jar | 5.5.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |