Categories |
CategoriesNet Netty Networking |
---|---|
GroupId | GroupIdorg.xbib |
ArtifactId | ArtifactIdnetty-http-common |
Version | Version4.1.43.1 |
Type | Typejar |
Filename | Size |
---|---|
netty-http-common-4.1.43.1.pom | |
netty-http-common-4.1.43.1.jar | 57 KB |
netty-http-common-4.1.43.1-sources.jar | 32 KB |
netty-http-common-4.1.43.1-javadoc.jar | 555 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.xbib/netty-http-common/ -->
<dependency>
<groupId>org.xbib</groupId>
<artifactId>netty-http-common</artifactId>
<version>4.1.43.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.xbib/netty-http-common/
implementation 'org.xbib:netty-http-common:4.1.43.1'
// https://jarcasting.com/artifacts/org.xbib/netty-http-common/
implementation ("org.xbib:netty-http-common:4.1.43.1")
'org.xbib:netty-http-common:jar:4.1.43.1'
<dependency org="org.xbib" name="netty-http-common" rev="4.1.43.1">
<artifact name="netty-http-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.xbib', module='netty-http-common', version='4.1.43.1')
)
libraryDependencies += "org.xbib" % "netty-http-common" % "4.1.43.1"
[org.xbib/netty-http-common "4.1.43.1"]