is not current version
Last Version 3.3.0

io.github.joealisson:async-mmocore 2.2.0

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.2.0
Type

Type

jar

Download async-mmocore 2.2.0


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