| License |
License |
|---|---|
| Categories |
CategoriesQuarkus Container Microservices |
| GroupId | GroupIdorg.apache.camel.quarkus |
| ArtifactId | ArtifactIdcamel-quarkus-integration-test-core-impl |
| Last Version | Last Version1.0.0-M7 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionCamel Quarkus :: Integration Tests :: Core Impl
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-core-impl/ -->
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-integration-test-core-impl</artifactId>
<version>1.0.0-M7</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.camel.quarkus/camel-quarkus-integration-test-core-impl/
implementation 'org.apache.camel.quarkus:camel-quarkus-integration-test-core-impl:1.0.0-M7'
// https://jarcasting.com/artifacts/org.apache.camel.quarkus/camel-quarkus-integration-test-core-impl/
implementation ("org.apache.camel.quarkus:camel-quarkus-integration-test-core-impl:1.0.0-M7")
'org.apache.camel.quarkus:camel-quarkus-integration-test-core-impl:jar:1.0.0-M7'
<dependency org="org.apache.camel.quarkus" name="camel-quarkus-integration-test-core-impl" rev="1.0.0-M7">
<artifact name="camel-quarkus-integration-test-core-impl" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.camel.quarkus', module='camel-quarkus-integration-test-core-impl', version='1.0.0-M7')
)
libraryDependencies += "org.apache.camel.quarkus" % "camel-quarkus-integration-test-core-impl" % "1.0.0-M7"
[org.apache.camel.quarkus/camel-quarkus-integration-test-core-impl "1.0.0-M7"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.camel.quarkus : camel-quarkus-core-cloud | jar | |
| org.apache.camel.quarkus : camel-quarkus-support-policy | jar |
| Group / Artifact | Type | Version |
|---|---|---|
| io.quarkus : quarkus-junit5 | jar |