MVN

tech.iooo.boot : iooo-boot-netty-module

Maven & Gradle

Apr 04, 2019
1 usages
2 stars

iooo-boot :: iooo-boot-netty-module · iooo-boot-netty-module

<dependency>
    <groupId>tech.iooo.boot</groupId>
    <artifactId>iooo-boot-netty-module</artifactId>
    <version>1.1.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of tech.iooo.boot : iooo-boot-netty-module to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.7

All Versions

Choose a version of tech.iooo.boot : iooo-boot-netty-module to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
iooo-boot-netty-module-1.1.7
iooo-boot-netty-module-1.1.6
iooo-boot-netty-module-1.1.5
iooo-boot-netty-module-1.1.4
iooo-boot-netty-module-1.1.3
iooo-boot-netty-module-1.1.2

How to add a dependency to Maven

Add the following tech.iooo.boot : iooo-boot-netty-module maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>tech.iooo.boot</groupId>
    <artifactId>iooo-boot-netty-module</artifactId>
    <version>1.1.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following tech.iooo.boot : iooo-boot-netty-module gradle dependency to your build.gradle file:

implementation 'tech.iooo.boot:iooo-boot-netty-module:1.1.7'

Gradle Kotlin DSL: Add the following tech.iooo.boot : iooo-boot-netty-module gradle kotlin dependency to your build.gradle.kts file:

implementation("tech.iooo.boot:iooo-boot-netty-module:1.1.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following tech.iooo.boot : iooo-boot-netty-module sbt scala dependency to your build.sbt file:

libraryDependencies += "tech.iooo.boot" % "iooo-boot-netty-module" % "1.1.7"