is not current version
Last Version 0.2.0

com.github.kleinerhacker:jremote 0.1.0

Network Framework to use push / control system in java between server and client.

GroupId

GroupId

com.github.kleinerhacker
ArtifactId

ArtifactId

jremote
Version

Version

0.1.0
Type

Type

pom

Download jremote 0.1.0


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