License |
License |
---|---|
Categories |
CategoriesGroovy Languages Quarkus Container Microservices |
GroupId | GroupIdorg.apache.camel.quarkus |
ArtifactId | ArtifactIdcamel-quarkus-integration-test-groovy |
Version | Version2.8.0 |
Type | Typejar |
Description |
DescriptionCamel Quarkus :: Integration Tests :: Groovy
Integration tests for Camel Quarkus Groovy extension
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/org.apache.camel.quarkus/camel-quarkus-integration-test-groovy/ -->
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-integration-test-groovy</artifactId>
<version>2.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.camel.quarkus/camel-quarkus-integration-test-groovy/
implementation 'org.apache.camel.quarkus:camel-quarkus-integration-test-groovy:2.8.0'
// https://jarcasting.com/artifacts/org.apache.camel.quarkus/camel-quarkus-integration-test-groovy/
implementation ("org.apache.camel.quarkus:camel-quarkus-integration-test-groovy:2.8.0")
'org.apache.camel.quarkus:camel-quarkus-integration-test-groovy:jar:2.8.0'
<dependency org="org.apache.camel.quarkus" name="camel-quarkus-integration-test-groovy" rev="2.8.0">
<artifact name="camel-quarkus-integration-test-groovy" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.camel.quarkus', module='camel-quarkus-integration-test-groovy', version='2.8.0')
)
libraryDependencies += "org.apache.camel.quarkus" % "camel-quarkus-integration-test-groovy" % "2.8.0"
[org.apache.camel.quarkus/camel-quarkus-integration-test-groovy "2.8.0"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.camel.quarkus : camel-quarkus-groovy | jar | |
org.apache.camel.quarkus : camel-quarkus-direct | jar | |
io.quarkus : quarkus-resteasy | jar |
Group / Artifact | Type | Version |
---|---|---|
io.quarkus : quarkus-junit5 | jar | |
io.rest-assured : rest-assured | jar |