MVN

org.analogweb : analogweb-netty

Maven & Gradle

Jul 16, 2022
1 stars

analogweb-netty

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

Latest Version

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

  • Latest Stable: 0.11.6

All Versions

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

  • Version Updated
  • analogweb-netty-0.11.6

    Jul 16, 2022
  • analogweb-netty-0.11.5

    Apr 14, 2021
  • analogweb-netty-0.11.4

    Mar 30, 2021
  • analogweb-netty-0.11.2

    Feb 09, 2021
  • analogweb-netty-0.11.1

    Sep 13, 2019
  • analogweb-netty-0.11.0

    Mar 03, 2019
  • analogweb-netty-0.10.1

    Oct 24, 2017
  • analogweb-netty-0.9.12

    Apr 13, 2016
  • analogweb-netty-0.9.11

    Nov 11, 2015
  • analogweb-netty-0.9.10

    Sep 09, 2015
  • analogweb-netty-0.9.8

    Jul 21, 2015
  • analogweb-netty-0.9.7

    Jun 15, 2015
  • analogweb-netty-0.9.6

    May 25, 2015
  • analogweb-netty-0.9.4

    Apr 02, 2015
  • analogweb-netty-0.9.3

    Feb 28, 2015
  • analogweb-netty-0.9.2

    Dec 17, 2014
  • analogweb-netty-0.9.1

    Nov 20, 2014
  • analogweb-netty-0.9.0

    Sep 04, 2014

How to add a dependency to Maven

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

<dependency>
    <groupId>org.analogweb</groupId>
    <artifactId>analogweb-netty</artifactId>
    <version>0.11.6</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.analogweb:analogweb-netty:0.11.6'

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

implementation("org.analogweb:analogweb-netty:0.11.6")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.analogweb" % "analogweb-netty" % "0.11.6"