r

rdp

Swing RDP component based on ProperJavaRDP with some modifications to allow multiple sessions within the same runtime, and to fix some bugs and inconsistencies with newer Windows versions.
http://www.sshtools.com
GNU General Public License (GPL)
Brett Smith
文件下载
文件名 操作
rdp-3.0.0.jar 下载
rdp-3.0.0.pom 下载
rdp-3.0.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.sshtools</groupId>
  <artifactId>rdp</artifactId>
  <version>3.0.0</version>
</dependency>
Gradle Groovy
implementation 'com.sshtools:rdp:3.0.0'
Gradle Kotlin
implementation("com.sshtools:rdp:3.0.0")
Scala SBT
libraryDependencies += "com.sshtools" % "rdp" % "3.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.sshtools', module='rdp', version='3.0.0')
)
Apache Ivy
<dependency org="com.sshtools" name="rdp" rev="3.0.0" />
Leiningen
[com.sshtools/rdp "3.0.0"]
Apache Buildr
'com.sshtools:rdp:jar:3.0.0'