GroupId | GroupIdcom.github.drapostolos |
---|---|
ArtifactId | ArtifactIdrdp4j |
Version | Version0.0.8 |
Type | Typejar |
Filename | Size |
---|---|
rdp4j-0.0.8.pom | |
rdp4j-0.0.8.jar | 33 KB |
rdp4j-0.0.8-sources.jar | 25 KB |
rdp4j-0.0.8-javadoc.jar | 157 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.drapostolos/rdp4j/ -->
<dependency>
<groupId>com.github.drapostolos</groupId>
<artifactId>rdp4j</artifactId>
<version>0.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.drapostolos/rdp4j/
implementation 'com.github.drapostolos:rdp4j:0.0.8'
// https://jarcasting.com/artifacts/com.github.drapostolos/rdp4j/
implementation ("com.github.drapostolos:rdp4j:0.0.8")
'com.github.drapostolos:rdp4j:jar:0.0.8'
<dependency org="com.github.drapostolos" name="rdp4j" rev="0.0.8">
<artifact name="rdp4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.drapostolos', module='rdp4j', version='0.0.8')
)
libraryDependencies += "com.github.drapostolos" % "rdp4j" % "0.0.8"
[com.github.drapostolos/rdp4j "0.0.8"]