is not current version
Last Version 1.3.0

com.harium.etyl.networking:core 1.2.2

A networking framework over kryonet

Categories

Categories

Net Networking
GroupId

GroupId

com.harium.etyl.networking
ArtifactId

ArtifactId

core
Version

Version

1.2.2
Type

Type

jar

Download core 1.2.2


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