MVN

org.minijax : minijax-netty

Maven & Gradle

May 20, 2021
1 usages
17 stars

minijax-netty · Minijax Undertow server implementation

<dependency>
    <groupId>org.minijax</groupId>
    <artifactId>minijax-netty</artifactId>
    <version>0.5.10</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.minijax : minijax-netty to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.5.10

All Versions

Choose a version of org.minijax : minijax-netty to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.5.x
minijax-netty-0.5.10
minijax-netty-0.5.9
minijax-netty-0.5.8
minijax-netty-0.5.7
minijax-netty-0.5.5
minijax-netty-0.5.3
minijax-netty-0.5.2
minijax-netty-0.5.1
0.4.x
minijax-netty-0.4.17
minijax-netty-0.4.15

How to add a dependency to Maven

Add the following org.minijax : minijax-netty maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.minijax</groupId>
    <artifactId>minijax-netty</artifactId>
    <version>0.5.10</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.minijax : minijax-netty gradle dependency to your build.gradle file:

implementation 'org.minijax:minijax-netty:0.5.10'

Gradle Kotlin DSL: Add the following org.minijax : minijax-netty gradle kotlin dependency to your build.gradle.kts file:

implementation("org.minijax:minijax-netty:0.5.10")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.minijax : minijax-netty sbt scala dependency to your build.sbt file:

libraryDependencies += "org.minijax" % "minijax-netty" % "0.5.10"

Advertisement