| License | License | 
|---|---|
| Categories | CategoriesNet Netty Networking Search Business Logic Libraries Elasticsearch | 
| GroupId | GroupIdorg.xbib.elasticsearch | 
| ArtifactId | ArtifactIdnetty | 
| Last Version | Last Version6.3.2.1 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Descriptionnetty Libraries for Elasticsearch | 
| Project URL | Project URL | 
| Project Organization | Project Organizationxbib | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| netty-6.3.2.1.pom | |
| netty-6.3.2.1.jar | 3 MB | 
| netty-6.3.2.1-tests.jar | 261 bytes | 
| netty-6.3.2.1-sources.jar | 4 MB | 
| netty-6.3.2.1-javadoc.jar | 5 MB | 
| netty-6.3.2.1-all.jar | 3 MB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.xbib.elasticsearch/netty/ -->
<dependency>
    <groupId>org.xbib.elasticsearch</groupId>
    <artifactId>netty</artifactId>
    <version>6.3.2.1</version>
</dependency>// https://jarcasting.com/artifacts/org.xbib.elasticsearch/netty/
implementation 'org.xbib.elasticsearch:netty:6.3.2.1'// https://jarcasting.com/artifacts/org.xbib.elasticsearch/netty/
implementation ("org.xbib.elasticsearch:netty:6.3.2.1")'org.xbib.elasticsearch:netty:jar:6.3.2.1'<dependency org="org.xbib.elasticsearch" name="netty" rev="6.3.2.1">
  <artifact name="netty" type="jar" />
</dependency>@Grapes(
@Grab(group='org.xbib.elasticsearch', module='netty', version='6.3.2.1')
)libraryDependencies += "org.xbib.elasticsearch" % "netty" % "6.3.2.1"[org.xbib.elasticsearch/netty "6.3.2.1"]