is not current version
Last Version 0.2.2

com.rfksystems:intersocket 0.1.0

Intersocket protocol reference server implementation for Java

GroupId

GroupId

com.rfksystems
ArtifactId

ArtifactId

intersocket
Version

Version

0.1.0
Type

Type

jar

Download intersocket 0.1.0


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