MVN

com.netflix.karyon : karyon-netty-http

Maven & Gradle

Sep 27, 2013
1 usages
496 stars

karyon-netty-http · karyon-netty-http developed by Netflix

<dependency>
    <groupId>com.netflix.karyon</groupId>
    <artifactId>karyon-netty-http</artifactId>
    <version>2.0.02</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.netflix.karyon : karyon-netty-http to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.02

All Versions

Choose a version of com.netflix.karyon : karyon-netty-http to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
karyon-netty-http-2.0.02

How to add a dependency to Maven

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

<dependency>
    <groupId>com.netflix.karyon</groupId>
    <artifactId>karyon-netty-http</artifactId>
    <version>2.0.02</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.netflix.karyon : karyon-netty-http gradle dependency to your build.gradle file:

implementation 'com.netflix.karyon:karyon-netty-http:2.0.02'

Gradle Kotlin DSL: Add the following com.netflix.karyon : karyon-netty-http gradle kotlin dependency to your build.gradle.kts file:

implementation("com.netflix.karyon:karyon-netty-http:2.0.02")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.netflix.karyon : karyon-netty-http sbt scala dependency to your build.sbt file:

libraryDependencies += "com.netflix.karyon" % "karyon-netty-http" % "2.0.02"

Advertisement