is not current version
Last Version 1.6.6

com.github.jhg023:SimpleNet 1.5.1

An easy-to-use, event-driven, asynchronous, network application framework compiled with Java 11.

Categories

Categories

Net
GroupId

GroupId

com.github.jhg023
ArtifactId

ArtifactId

SimpleNet
Version

Version

1.5.1
Type

Type

jar

Download SimpleNet 1.5.1


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