не последняя версия
Последняя версия 0.2

io.niowire:niowire 0.1

Niowire is a non blocking socket server framework for java. It is made to make the task of writing and implementing a high performance server designed to hold many simultaneous connections easy. All that has to be written to use it are a parser to parse the binary stream into objects (or you can use one of the built in ones), a mangler to filter and authenticate packets (or again, use one of the built in ones) and a service which uses the data packets (more built in ones here too!)

Категории

Категории

Wire Данные Data Structures
Группа

Группа

io.niowire
Идентификатор

Идентификатор

niowire
Версия

Версия

0.1
Тип

Тип

jar

Скачать niowire 0.1


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