Skip to content

exploit-org/netarmor-reactor-netty

Repository files navigation

NetArmor

Reactor Netty Provider

This provider is used to integrate NetArmor Enhanced security features to Reactor Netty based servers.

Installation

Please note, that you should first add exploit.org's repository.

Maven:

<repositories>
    <repository>
        <id>exploit</id>
        <name>Exploit Repository</name>
        <url>https://maven.exploit.org</url>
    </repository>
</repositories>
<dependency>
    <groupId>org.exploit</groupId>
    <artifactId>netarmor-reactor-netty</artifactId>
    <version>1.1</version>
</dependency>

Gradle:

repositories {
    mavenCentral()

    maven {
        url("https://maven.exploit.org")
    }
}
implementation 'org.exploit:netarmor-reactor-netty:1.0'

About

NetArmor Reactor Netty Provider

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages