is not current version
Last Version 1.2.0

org.jfxvnc:jfxvnc-parent 1.0.0

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

1.0.0
Type

Type

pom

Download jfxvnc-parent 1.0.0

Filename Size
jfxvnc-parent-1.0.0.pom 10 KB
Browse

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