License |
License |
---|---|
Categories |
CategoriesQuarkus Container Microservices |
GroupId | GroupIdorg.apache.camel.quarkus |
ArtifactId | ArtifactIdcamel-quarkus-integration-test-core-main-ext |
Version | Version0.4.0 |
Type | Typejar |
Description |
DescriptionCamel Quarkus :: Integration Tests :: Core Main :: Extension :: Runtime
A test extension
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/org.apache.camel.quarkus/camel-quarkus-integration-test-core-main-ext/ -->
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-integration-test-core-main-ext</artifactId>
<version>0.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.camel.quarkus/camel-quarkus-integration-test-core-main-ext/
implementation 'org.apache.camel.quarkus:camel-quarkus-integration-test-core-main-ext:0.4.0'
// https://jarcasting.com/artifacts/org.apache.camel.quarkus/camel-quarkus-integration-test-core-main-ext/
implementation ("org.apache.camel.quarkus:camel-quarkus-integration-test-core-main-ext:0.4.0")
'org.apache.camel.quarkus:camel-quarkus-integration-test-core-main-ext:jar:0.4.0'
<dependency org="org.apache.camel.quarkus" name="camel-quarkus-integration-test-core-main-ext" rev="0.4.0">
<artifact name="camel-quarkus-integration-test-core-main-ext" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.camel.quarkus', module='camel-quarkus-integration-test-core-main-ext', version='0.4.0')
)
libraryDependencies += "org.apache.camel.quarkus" % "camel-quarkus-integration-test-core-main-ext" % "0.4.0"
[org.apache.camel.quarkus/camel-quarkus-integration-test-core-main-ext "0.4.0"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.camel.quarkus : camel-quarkus-core | jar |