License |
License |
---|---|
Categories |
CategoriesNet Netty Networking Search Business Logic Libraries Elasticsearch |
GroupId | GroupIdorg.elasticsearch.plugin |
ArtifactId | ArtifactIdtransport-netty4 |
Version | Version8.2.2 |
Type | Typejar |
Description |
Descriptiontransport-netty4
Netty 4 based transport implementation
|
Project URL |
Project URL |
Filename | Size |
---|---|
transport-netty4-8.2.2.pom | |
transport-netty4-8.2.2.jar | 85 KB |
transport-netty4-8.2.2-sources.jar | 50 KB |
transport-netty4-8.2.2-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.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.elasticsearch.plugin/transport-netty4/
implementation 'org.elasticsearch.plugin:transport-netty4:8.2.2'
// https://jarcasting.com/artifacts/org.elasticsearch.plugin/transport-netty4/
implementation ("org.elasticsearch.plugin:transport-netty4:8.2.2")
'org.elasticsearch.plugin:transport-netty4:jar:8.2.2'
<dependency org="org.elasticsearch.plugin" name="transport-netty4" rev="8.2.2">
<artifact name="transport-netty4" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.elasticsearch.plugin', module='transport-netty4', version='8.2.2')
)
libraryDependencies += "org.elasticsearch.plugin" % "transport-netty4" % "8.2.2"
[org.elasticsearch.plugin/transport-netty4 "8.2.2"]
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 |