Last Version

RFB 3.0.1

Java implementation of the RFB protocol (i.e. VNC) for both clients and servers.

License

License

GroupId

GroupId

com.sshtools
ArtifactId

ArtifactId

rfb
Version

Version

3.0.1
Type

Type

pom
Description

Description

RFB
Java implementation of the RFB protocol (i.e. VNC) for both clients and servers.
Source Code Management

Source Code Management

https://github.com/sshtools/rfb

Download rfb 3.0.1

Filename Size
rfb-3.0.1.pom 6 KB
Browse

<!-- https://jarcasting.com/artifacts/com.sshtools/rfb/ -->
<dependency>
    <groupId>com.sshtools</groupId>
    <artifactId>rfb</artifactId>
    <version>3.0.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.sshtools/rfb/
implementation 'com.sshtools:rfb:3.0.1'
// https://jarcasting.com/artifacts/com.sshtools/rfb/
implementation ("com.sshtools:rfb:3.0.1")
'com.sshtools:rfb:pom:3.0.1'
<dependency org="com.sshtools" name="rfb" rev="3.0.1">
  <artifact name="rfb" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.sshtools', module='rfb', version='3.0.1')
)
libraryDependencies += "com.sshtools" % "rfb" % "3.0.1"
[com.sshtools/rfb "3.0.1"]

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.7

Project Modules

  • rfb-common
  • rfb-viewer-common
  • rfb-viewer-swing
  • rfb-viewer-javafx
  • rfb-player
  • rfb-recorder
  • rfb-server
  • rfb-server-linux
  • rfb-server-windows
  • vnc-server
  • vnc-viewer-javafx
  • vnc-viewer-swing