License |
License |
---|---|
Categories |
CategoriesNet Netty Networking |
GroupId | GroupIdorg.httpobjects.netty |
ArtifactId | ArtifactIdhttpobjects-netty |
Last Version | Last Version0.7.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionhttpobjects-netty
simple http for the jvm
|
Filename | Size |
---|---|
httpobjects-netty-0.7.0.pom | |
httpobjects-netty-0.7.0.jar | 14 KB |
httpobjects-netty-0.7.0-sources.jar | 6 KB |
httpobjects-netty-0.7.0-javadoc.jar | 46 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.httpobjects.netty/httpobjects-netty/ -->
<dependency>
<groupId>org.httpobjects.netty</groupId>
<artifactId>httpobjects-netty</artifactId>
<version>0.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.httpobjects.netty/httpobjects-netty/
implementation 'org.httpobjects.netty:httpobjects-netty:0.7.0'
// https://jarcasting.com/artifacts/org.httpobjects.netty/httpobjects-netty/
implementation ("org.httpobjects.netty:httpobjects-netty:0.7.0")
'org.httpobjects.netty:httpobjects-netty:jar:0.7.0'
<dependency org="org.httpobjects.netty" name="httpobjects-netty" rev="0.7.0">
<artifact name="httpobjects-netty" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.httpobjects.netty', module='httpobjects-netty', version='0.7.0')
)
libraryDependencies += "org.httpobjects.netty" % "httpobjects-netty" % "0.7.0"
[org.httpobjects.netty/httpobjects-netty "0.7.0"]
Group / Artifact | Type | Version |
---|---|---|
io.netty : netty | jar | 3.5.8.Final |
org.httpobjects : httpobjects | jar | 0.7.0 |
Group / Artifact | Type | Version |
---|---|---|
org.httpobjects.test : httpobjects-test | jar | 0.7.0 |
junit : junit | jar | 4.11 |