f

fx-onscreen-keyboard-swing

JavaFX on-screen keyboard Swing support module.
http://comtel2000.org
文件下载
文件名 操作
fx-onscreen-keyboard-swing-11.0.1.jar 下载
fx-onscreen-keyboard-swing-11.0.1.pom 下载
fx-onscreen-keyboard-swing-11.0.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.comtel2000</groupId>
  <artifactId>fx-onscreen-keyboard-swing</artifactId>
  <version>11.0.1</version>
</dependency>
Gradle Groovy
implementation 'org.comtel2000:fx-onscreen-keyboard-swing:11.0.1'
Gradle Kotlin
implementation("org.comtel2000:fx-onscreen-keyboard-swing:11.0.1")
Scala SBT
libraryDependencies += "org.comtel2000" % "fx-onscreen-keyboard-swing" % "11.0.1"
Groovy Grape
@Grapes(
  @Grab(group='org.comtel2000', module='fx-onscreen-keyboard-swing', version='11.0.1')
)
Apache Ivy
<dependency org="org.comtel2000" name="fx-onscreen-keyboard-swing" rev="11.0.1" />
Leiningen
[org.comtel2000/fx-onscreen-keyboard-swing "11.0.1"]
Apache Buildr
'org.comtel2000:fx-onscreen-keyboard-swing:jar:11.0.1'