NAF (Network Application Framework)

Framework for non-blocking socket I/O and timers

License

License

GroupId

GroupId

com.github.greysoft.naf
ArtifactId

ArtifactId

greynaf
Last Version

Last Version

2.5.0
Release Date

Release Date

Type

Type

jar
Description

Description

NAF (Network Application Framework)
Framework for non-blocking socket I/O and timers
Source Code Management

Source Code Management

https://github.com/greysoft/naf/tree/master/greynaf

Download greynaf

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
com.github.greysoft.naf : greybase jar 2.5.0
com.github.greysoft.naf : greylog jar 2.5.0

test (2)

Group / Artifact Type Version
junit : junit jar 4.12
org.mockito : mockito-core jar 2.17.0

Project Modules

There are no modules declared in this project.

Versions

Version
2.5.0