MVN

com.addthis.basis : basis-netty

Maven & Gradle

Jul 17, 2018
8 stars
<dependency>
    <groupId>com.addthis.basis</groupId>
    <artifactId>basis-netty</artifactId>
    <version>4.3.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.addthis.basis : basis-netty to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.3.1

All Versions

Choose a version of com.addthis.basis : basis-netty to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.3.x
basis-netty-4.3.1
basis-netty-4.3.0
4.2.x
basis-netty-4.2.0
4.1.x
basis-netty-4.1.0
4.0.x
basis-netty-4.0.3
basis-netty-4.0.2

How to add a dependency to Maven

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

<dependency>
    <groupId>com.addthis.basis</groupId>
    <artifactId>basis-netty</artifactId>
    <version>4.3.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.addthis.basis : basis-netty gradle dependency to your build.gradle file:

implementation 'com.addthis.basis:basis-netty:4.3.1'

Gradle Kotlin DSL: Add the following com.addthis.basis : basis-netty gradle kotlin dependency to your build.gradle.kts file:

implementation("com.addthis.basis:basis-netty:4.3.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.addthis.basis : basis-netty sbt scala dependency to your build.sbt file:

libraryDependencies += "com.addthis.basis" % "basis-netty" % "4.3.1"

Advertisement