| License |
License |
|---|---|
| Categories |
CategoriesNet Netty Networking |
| GroupId | GroupIdorg.apache.camel |
| ArtifactId | ArtifactIdcamel-netty4 |
| Last Version | Last Version3.0.0-M4 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionCamel :: Netty4
Camel Netty NIO based socket communication component
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| camel-netty4-3.0.0-M4.pom | |
| camel-netty4-3.0.0-M4.jar | 144 KB |
| camel-netty4-3.0.0-M4-sources.jar | 104 KB |
| camel-netty4-3.0.0-M4-javadoc.jar | 342 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.apache.camel/camel-netty4/ -->
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-netty4</artifactId>
<version>3.0.0-M4</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.camel/camel-netty4/
implementation 'org.apache.camel:camel-netty4:3.0.0-M4'
// https://jarcasting.com/artifacts/org.apache.camel/camel-netty4/
implementation ("org.apache.camel:camel-netty4:3.0.0-M4")
'org.apache.camel:camel-netty4:jar:3.0.0-M4'
<dependency org="org.apache.camel" name="camel-netty4" rev="3.0.0-M4">
<artifact name="camel-netty4" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.camel', module='camel-netty4', version='3.0.0-M4')
)
libraryDependencies += "org.apache.camel" % "camel-netty4" % "3.0.0-M4"
[org.apache.camel/camel-netty4 "3.0.0-M4"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.camel : camel-support | jar | 3.0.0-M4 |
| io.netty : netty-all | jar | 4.1.37.Final |
| commons-pool : commons-pool | jar | 1.6 |