io.gridgo:gridgo-pojo

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

License

License

GroupId

GroupId

io.gridgo
ArtifactId

ArtifactId

gridgo-pojo
Last Version

Last Version

0.8.1
Release Date

Release Date

Type

Type

jar
Description

Description

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

Download gridgo-pojo

How to add to project

<!-- 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"]

Dependencies

compile (3)

Group / Artifact Type Version
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)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.18.10

test (5)

Group / Artifact Type Version
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

Project Modules

There are no modules declared in this project.

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

Versions

Version
0.8.1
0.8.0
0.7.0