is not current version
Last Version 3.0.1

com.sshtools:rfb 3.0.0

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

GroupId

GroupId

com.sshtools
ArtifactId

ArtifactId

rfb
Version

Version

3.0.0
Type

Type

pom

Download rfb 3.0.0

Filename Size
rfb-3.0.0.pom 6 KB
Browse

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