is not current version
Last Version 1.2.0

org.jfxvnc:jfxvnc-parent 0.0.2

JFX VNC is a Java VNC remote desktop client based on JavaFX and divided into two parts. One module (jfxvnc-net) contains RFB/VNC protocol codec and handler. The other module (jfxvnc-ui) wraps JavaFX UI components with the VNC viewer app.

GroupId

GroupId

org.jfxvnc
ArtifactId

ArtifactId

jfxvnc-parent
Version

Version

0.0.2
Type

Type

pom

Download jfxvnc-parent 0.0.2

Filename Size
jfxvnc-parent-0.0.2.pom 6 KB
Browse

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