| License |
License |
|---|---|
| Categories |
CategoriesNet Netty Networking Search Business Logic Libraries Elasticsearch |
| GroupId | GroupIdorg.elasticsearch.plugin |
| ArtifactId | ArtifactIdtransport-netty4 |
| Last Version | Last Version8.2.3 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptiontransport-netty4
Netty 4 based transport implementation
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| transport-netty4-8.2.3.pom | |
| transport-netty4-8.2.3.jar | 85 KB |
| transport-netty4-8.2.3-sources.jar | 50 KB |
| transport-netty4-8.2.3-javadoc.jar | 215 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.elasticsearch.plugin/transport-netty4/ -->
<dependency>
<groupId>org.elasticsearch.plugin</groupId>
<artifactId>transport-netty4</artifactId>
<version>8.2.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.elasticsearch.plugin/transport-netty4/
implementation 'org.elasticsearch.plugin:transport-netty4:8.2.3'
// https://jarcasting.com/artifacts/org.elasticsearch.plugin/transport-netty4/
implementation ("org.elasticsearch.plugin:transport-netty4:8.2.3")
'org.elasticsearch.plugin:transport-netty4:jar:8.2.3'
<dependency org="org.elasticsearch.plugin" name="transport-netty4" rev="8.2.3">
<artifact name="transport-netty4" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.elasticsearch.plugin', module='transport-netty4', version='8.2.3')
)
libraryDependencies += "org.elasticsearch.plugin" % "transport-netty4" % "8.2.3"
[org.elasticsearch.plugin/transport-netty4 "8.2.3"]
| Group / Artifact | Type | Version |
|---|---|---|
| io.netty : netty-buffer | jar | 4.1.74.Final |
| io.netty : netty-codec | jar | 4.1.74.Final |
| io.netty : netty-codec-http | jar | 4.1.74.Final |
| io.netty : netty-common | jar | 4.1.74.Final |
| io.netty : netty-handler | jar | 4.1.74.Final |
| io.netty : netty-resolver | jar | 4.1.74.Final |
| io.netty : netty-transport | jar | 4.1.74.Final |