is not current version
Last Version 1.2.0

org.jfxvnc:jfxvnc-net 1.0.0

RFB/VNC protocol codec and handler based on netty

Categories

Categories

Net
GroupId

GroupId

org.jfxvnc
ArtifactId

ArtifactId

jfxvnc-net
Version

Version

1.0.0
Type

Type

jar

Download jfxvnc-net 1.0.0


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