is not current version
Last Version 3.3.0

io.github.joealisson:async-mmocore 2.1.1

The Goal of the async-mmocore is to provide a way to handle MMO connections abstracting the networking layer complexity.

GroupId

GroupId

io.github.joealisson
ArtifactId

ArtifactId

async-mmocore
Version

Version

2.1.1
Type

Type

jar

Download async-mmocore 2.1.1


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