d

damage

This is a simple extension of JNA Platform, adding the XFixes and XDamage extensions (and a couple more X11 functions)
https://github.com/sshtools/damage
The GNU Lesser General Public License, Version 3.0
Lee David Painter Brett Smith
文件下载
文件名 操作
damage-2.1.2.jar 下载
damage-2.1.2.pom 下载
damage-2.1.2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.sshtools</groupId>
  <artifactId>damage</artifactId>
  <version>2.1.2</version>
</dependency>
Gradle Groovy
implementation 'com.sshtools:damage:2.1.2'
Gradle Kotlin
implementation("com.sshtools:damage:2.1.2")
Scala SBT
libraryDependencies += "com.sshtools" % "damage" % "2.1.2"
Groovy Grape
@Grapes(
  @Grab(group='com.sshtools', module='damage', version='2.1.2')
)
Apache Ivy
<dependency org="com.sshtools" name="damage" rev="2.1.2" />
Leiningen
[com.sshtools/damage "2.1.2"]
Apache Buildr
'com.sshtools:damage:jar:2.1.2'