Categories |
CategoriesNet Netty Networking |
---|---|
GroupId | GroupIdorg.httpobjects.netty |
ArtifactId | ArtifactIdhttpobjects-netty |
Version | Version0.3.0 |
Type | Typejar |
Filename | Size |
---|---|
httpobjects-netty-0.3.0.pom | |
httpobjects-netty-0.3.0.jar | 14 KB |
httpobjects-netty-0.3.0-sources.jar | 6 KB |
httpobjects-netty-0.3.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.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.httpobjects.netty/httpobjects-netty/
implementation 'org.httpobjects.netty:httpobjects-netty:0.3.0'
// https://jarcasting.com/artifacts/org.httpobjects.netty/httpobjects-netty/
implementation ("org.httpobjects.netty:httpobjects-netty:0.3.0")
'org.httpobjects.netty:httpobjects-netty:jar:0.3.0'
<dependency org="org.httpobjects.netty" name="httpobjects-netty" rev="0.3.0">
<artifact name="httpobjects-netty" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.httpobjects.netty', module='httpobjects-netty', version='0.3.0')
)
libraryDependencies += "org.httpobjects.netty" % "httpobjects-netty" % "0.3.0"
[org.httpobjects.netty/httpobjects-netty "0.3.0"]