License |
License |
---|---|
Categories |
CategoriesNet Netty Networking |
GroupId | GroupIdcom.netflix.karyon |
ArtifactId | ArtifactIdkaryon-netty-http |
Last Version | Last Version2.0.02 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionkaryon-netty-http
karyon-netty-http developed by Netflix
|
Project URL |
Project URL |
Filename | Size |
---|---|
karyon-netty-http-2.0.02.pom | |
karyon-netty-http-2.0.02.jar | 40 KB |
karyon-netty-http-2.0.02-sources.jar | 25 KB |
karyon-netty-http-2.0.02-javadoc.jar | 103 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.netflix.karyon/karyon-netty-http/ -->
<dependency>
<groupId>com.netflix.karyon</groupId>
<artifactId>karyon-netty-http</artifactId>
<version>2.0.02</version>
</dependency>
// https://jarcasting.com/artifacts/com.netflix.karyon/karyon-netty-http/
implementation 'com.netflix.karyon:karyon-netty-http:2.0.02'
// https://jarcasting.com/artifacts/com.netflix.karyon/karyon-netty-http/
implementation ("com.netflix.karyon:karyon-netty-http:2.0.02")
'com.netflix.karyon:karyon-netty-http:jar:2.0.02'
<dependency org="com.netflix.karyon" name="karyon-netty-http" rev="2.0.02">
<artifact name="karyon-netty-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.netflix.karyon', module='karyon-netty-http', version='2.0.02')
)
libraryDependencies += "com.netflix.karyon" % "karyon-netty-http" % "2.0.02"
[com.netflix.karyon/karyon-netty-http "2.0.02"]
Group / Artifact | Type | Version |
---|---|---|
io.netty : netty-handler | jar | 4.0.9.Final |
com.google.guava : guava | jar | 11.0.2 |
io.netty : netty-codec-http | jar | 4.0.9.Final |
org.slf4j : slf4j-api | jar | 1.6.4 |
com.netflix.karyon : karyon-core | jar | 2.0.02 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-simple | jar | 1.7.0 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.httpcomponents : httpclient | jar | 4.1.2 |
junit : junit | jar | 4.10 |