Categories |
CategoriesNet Netty Networking |
---|---|
GroupId | GroupIdorg.apache.camel |
ArtifactId | ArtifactIdcamel-example-netty-http-shared |
Version | Version2.19.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.apache.camel/camel-example-netty-http-shared/ -->
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-example-netty-http-shared</artifactId>
<version>2.19.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.camel/camel-example-netty-http-shared/
implementation 'org.apache.camel:camel-example-netty-http-shared:2.19.1'
// https://jarcasting.com/artifacts/org.apache.camel/camel-example-netty-http-shared/
implementation ("org.apache.camel:camel-example-netty-http-shared:2.19.1")
'org.apache.camel:camel-example-netty-http-shared:jar:2.19.1'
<dependency org="org.apache.camel" name="camel-example-netty-http-shared" rev="2.19.1">
<artifact name="camel-example-netty-http-shared" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.camel', module='camel-example-netty-http-shared', version='2.19.1')
)
libraryDependencies += "org.apache.camel" % "camel-example-netty-http-shared" % "2.19.1"
[org.apache.camel/camel-example-netty-http-shared "2.19.1"]