r

rfb

Java implementation of the RFB protocol (i.e. VNC) for both clients and servers.
http://www.sshtools.com
GNU General Public License
Brett Smith
Files download
File Operation
rfb-3.0.0.pom download
Apache Maven
<dependency>
  <groupId>com.sshtools</groupId>
  <artifactId>rfb</artifactId>
  <version>3.0.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.sshtools:rfb:3.0.0'
Gradle Kotlin
implementation("com.sshtools:rfb:3.0.0")
Scala SBT
libraryDependencies += "com.sshtools" % "rfb" % "3.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.sshtools', module='rfb', version='3.0.0')
)
Apache Ivy
<dependency org="com.sshtools" name="rfb" rev="3.0.0" />
Leiningen
[com.sshtools/rfb "3.0.0"]
Apache Buildr
'com.sshtools:rfb:jar:3.0.0'
Dependencies