io.gridgo:gridgo-bean-json

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

Лицензия

Лицензия

Категории

Категории

JSON Данные
Группа

Группа

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

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

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

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

0.8.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

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

Скачать gridgo-bean-json

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

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

Зависимости

compile (4)

Идентификатор библиотеки Тип Версия
io.gridgo : gridgo-bean jar 0.8.1
com.dslplatform : dsl-json-processor jar 1.9.5
com.dslplatform : dsl-json-java8 jar 1.9.5
org.slf4j : slf4j-api jar 1.7.25

provided (1)

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

test (6)

Идентификатор библиотеки Тип Версия
com.carrotsearch : junit-benchmarks jar 0.7.2
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