MVN

io.github.splotycode.mosaik : Netty

Maven & Gradle

Mar 14, 2019
1 usages
1 stars
<dependency>
    <groupId>io.github.splotycode.mosaik</groupId>
    <artifactId>Netty</artifactId>
    <version>2.2.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.splotycode.mosaik : Netty to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.2.9

All Versions

Choose a version of io.github.splotycode.mosaik : Netty to add to Maven or Gradle - All Versions:

  • Version Updated
  • Netty-2.2.9

    Mar 13, 2019
  • Netty-2.2.8-PreRelease2

    Mar 10, 2019
  • Netty-2.2.8-PreRelease

    Feb 21, 2019
  • Netty-2.2.7.2

    Feb 11, 2019
  • Netty-2.2.7

    Feb 11, 2019
  • Netty-2.2.6.4

    Feb 02, 2019
  • Netty-2.2.6.3

    Feb 02, 2019
  • Netty-2.2.6.2

    Feb 02, 2019
  • Netty-2.2.5

    Feb 01, 2019
  • Netty-2.2.4

    Feb 01, 2019
  • Netty-2.2.3

    Jan 27, 2019
  • Netty-2.2.1

    Jan 26, 2019
  • Netty-2.2

    Jan 25, 2019
  • Netty-2.1.0-Dev

    Jan 23, 2019

How to add a dependency to Maven

Add the following io.github.splotycode.mosaik : Netty maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.splotycode.mosaik</groupId>
    <artifactId>Netty</artifactId>
    <version>2.2.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.splotycode.mosaik : Netty gradle dependency to your build.gradle file:

implementation 'io.github.splotycode.mosaik:Netty:2.2.9'

Gradle Kotlin DSL: Add the following io.github.splotycode.mosaik : Netty gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.splotycode.mosaik:Netty:2.2.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.splotycode.mosaik : Netty sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.splotycode.mosaik" % "Netty" % "2.2.9"

Advertisement