MVN

com.sshtools : rfb

Maven & Gradle

Sep 28, 2019
9 stars

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

<dependency>
    <groupId>com.sshtools</groupId>
    <artifactId>rfb</artifactId>
    <version>3.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.sshtools : rfb to add to Maven - Latest Versions:

  • Latest Stable: 3.0.1

All Versions

Choose a version of com.sshtools : rfb to add to Maven - All Versions:

Version Vulnerabilities Updated
3.0.x
rfb-3.0.1
rfb-3.0.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.sshtools</groupId>
    <artifactId>rfb</artifactId>
    <version>3.0.1</version>
</dependency>

Advertisement