License |
License |
---|---|
Categories |
CategoriesQuarkus Container Microservices Net Netty Networking |
GroupId | GroupIdorg.apache.camel.quarkus |
ArtifactId | ArtifactIdcamel-quarkus-integration-test-netty-http |
Last Version | Last Version1.0.0-M2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCamel Quarkus :: Integration Tests :: Netty HTTP
The camel integration tests
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/org.apache.camel.quarkus/camel-quarkus-integration-test-netty-http/ -->
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-integration-test-netty-http</artifactId>
<version>1.0.0-M2</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.camel.quarkus/camel-quarkus-integration-test-netty-http/
implementation 'org.apache.camel.quarkus:camel-quarkus-integration-test-netty-http:1.0.0-M2'
// https://jarcasting.com/artifacts/org.apache.camel.quarkus/camel-quarkus-integration-test-netty-http/
implementation ("org.apache.camel.quarkus:camel-quarkus-integration-test-netty-http:1.0.0-M2")
'org.apache.camel.quarkus:camel-quarkus-integration-test-netty-http:jar:1.0.0-M2'
<dependency org="org.apache.camel.quarkus" name="camel-quarkus-integration-test-netty-http" rev="1.0.0-M2">
<artifact name="camel-quarkus-integration-test-netty-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.camel.quarkus', module='camel-quarkus-integration-test-netty-http', version='1.0.0-M2')
)
libraryDependencies += "org.apache.camel.quarkus" % "camel-quarkus-integration-test-netty-http" % "1.0.0-M2"
[org.apache.camel.quarkus/camel-quarkus-integration-test-netty-http "1.0.0-M2"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.camel.quarkus : camel-quarkus-netty-http | jar | |
io.quarkus : quarkus-undertow | jar |
Group / Artifact | Type | Version |
---|---|---|
io.quarkus : quarkus-junit5 | jar | |
io.rest-assured : rest-assured | jar | |
org.apache.camel.quarkus : camel-quarkus-integration-test-support | jar | 1.0.0-M2 |