MVN

cn.com.infosec : netty-build

Maven & Gradle

Jun 08, 2018

Netty/Build · Resources required to build Netty

<dependency>
    <groupId>cn.com.infosec</groupId>
    <artifactId>netty-build</artifactId>
    <version>23</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cn.com.infosec : netty-build to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 23

All Versions

Choose a version of cn.com.infosec : netty-build to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
23
netty-build-23

How to add a dependency to Maven

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

<dependency>
    <groupId>cn.com.infosec</groupId>
    <artifactId>netty-build</artifactId>
    <version>23</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'cn.com.infosec:netty-build:23'

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

implementation("cn.com.infosec:netty-build:23")

How to add a dependency to SBT Scala

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

libraryDependencies += "cn.com.infosec" % "netty-build" % "23"

Advertisement