MVN

com.github.greysoft.naf : greynaf-bom

Maven & Gradle

Sep 07, 2022
8 stars

NAF BOM · Framework for non-blocking socket I/O and timers

<dependency>
    <groupId>com.github.greysoft.naf</groupId>
    <artifactId>greynaf-bom</artifactId>
    <version>2.5.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.greysoft.naf : greynaf-bom to add to Maven - Latest Versions:

  • Latest Stable: 2.5.2

All Versions

Choose a version of com.github.greysoft.naf : greynaf-bom to add to Maven - All Versions:

Version Vulnerabilities Updated
2.5.x
greynaf-bom-2.5.2
greynaf-bom-2.5.1
greynaf-bom-2.5.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.github.greysoft.naf</groupId>
    <artifactId>greynaf-bom</artifactId>
    <version>2.5.2</version>
</dependency>

Advertisement