io.gridgo:gridgo-pojo

Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/

Лицензия

Лицензия

Группа

Группа

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

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

gridgo-pojo
Последняя версия

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

0.8.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/

Скачать gridgo-pojo

Как подключить последнюю версию

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

Зависимости

compile (3)

Идентификатор библиотеки Тип Версия
io.gridgo : gridgo-utils jar 0.8.1
org.apache.commons : commons-text jar 1.4
org.slf4j : slf4j-api jar 1.7.25

provided (1)

Идентификатор библиотеки Тип Версия
org.projectlombok : lombok jar 1.18.10

test (5)

Идентификатор библиотеки Тип Версия
org.apache.logging.log4j : log4j-api jar 2.11.1
org.apache.logging.log4j : log4j-core jar 2.11.1
org.apache.logging.log4j : log4j-slf4j-impl jar 2.11.1
junit : junit jar 4.12
org.mockito : mockito-core jar 3.1.0

Модули Проекта

Данный проект не имеет модулей.

gridgo

Maven Central Javadocs MIT License Build Status Coverage Status

A platform to create distributed systems easier with asynchronous I/O connectors and event driven programming. Gridgo handles the heavylift work of I/O and thread routing so you can focus on designing network topologies and implementing business logic.

build status

View build status for all branches

install

<dependency>
    <groupId>io.gridgo</groupId>
    <artifactId>gridgo-core</artifactId>
    <version><!--see above--></version>
</dependency>

getting started

Refer to the getting started guide for instructions

documentation

Read the manual, tutorial and examples in our documentation

contributing

All contributions are welcome. Please read the contribution guidelines before contributing

license

This library is distributed under MIT license, see LICENSE

io.gridgo

Версии библиотеки

Версия
0.8.1
0.8.0
0.7.0