Categories |
CategoriesQuarkus Container Microservices Net Netty Networking |
---|---|
GroupId | GroupIdorg.apache.camel.quarkus |
ArtifactId | ArtifactIdcamel-quarkus-integration-test-netty |
Version | Version0.4.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.apache.camel.quarkus/camel-quarkus-integration-test-netty/ -->
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-integration-test-netty</artifactId>
<version>0.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.camel.quarkus/camel-quarkus-integration-test-netty/
implementation 'org.apache.camel.quarkus:camel-quarkus-integration-test-netty:0.4.0'
// https://jarcasting.com/artifacts/org.apache.camel.quarkus/camel-quarkus-integration-test-netty/
implementation ("org.apache.camel.quarkus:camel-quarkus-integration-test-netty:0.4.0")
'org.apache.camel.quarkus:camel-quarkus-integration-test-netty:jar:0.4.0'
<dependency org="org.apache.camel.quarkus" name="camel-quarkus-integration-test-netty" rev="0.4.0">
<artifact name="camel-quarkus-integration-test-netty" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.camel.quarkus', module='camel-quarkus-integration-test-netty', version='0.4.0')
)
libraryDependencies += "org.apache.camel.quarkus" % "camel-quarkus-integration-test-netty" % "0.4.0"
[org.apache.camel.quarkus/camel-quarkus-integration-test-netty "0.4.0"]