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