Categories |
CategoriesQuarkus Container Microservices Net Netty Networking |
---|---|
GroupId | GroupIdio.quarkus |
ArtifactId | ArtifactIdquarkus-camel-netty4-http-deployment |
Version | Version0.13.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.quarkus/quarkus-camel-netty4-http-deployment/ -->
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-camel-netty4-http-deployment</artifactId>
<version>0.13.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.quarkus/quarkus-camel-netty4-http-deployment/
implementation 'io.quarkus:quarkus-camel-netty4-http-deployment:0.13.3'
// https://jarcasting.com/artifacts/io.quarkus/quarkus-camel-netty4-http-deployment/
implementation ("io.quarkus:quarkus-camel-netty4-http-deployment:0.13.3")
'io.quarkus:quarkus-camel-netty4-http-deployment:jar:0.13.3'
<dependency org="io.quarkus" name="quarkus-camel-netty4-http-deployment" rev="0.13.3">
<artifact name="quarkus-camel-netty4-http-deployment" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.quarkus', module='quarkus-camel-netty4-http-deployment', version='0.13.3')
)
libraryDependencies += "io.quarkus" % "quarkus-camel-netty4-http-deployment" % "0.13.3"
[io.quarkus/quarkus-camel-netty4-http-deployment "0.13.3"]