w

webkitfxproxy

Typed proxying for JavaFX Webkit objects.
https://github.com/emcastro/WebkitFXProxy
MIT
Emmanuel Castro
文件下载
文件名 操作
webkitfxproxy-1.0.0.jar 下载
webkitfxproxy-1.0.0.pom 下载
webkitfxproxy-1.0.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.emcastro</groupId>
  <artifactId>webkitfxproxy</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.emcastro:webkitfxproxy:1.0.0'
Gradle Kotlin
implementation("com.github.emcastro:webkitfxproxy:1.0.0")
Scala SBT
libraryDependencies += "com.github.emcastro" % "webkitfxproxy" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.emcastro', module='webkitfxproxy', version='1.0.0')
)
Apache Ivy
<dependency org="com.github.emcastro" name="webkitfxproxy" rev="1.0.0" />
Leiningen
[com.github.emcastro/webkitfxproxy "1.0.0"]
Apache Buildr
'com.github.emcastro:webkitfxproxy:jar:1.0.0'