<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-integration-test-syndication</artifactId>
<version>3.16.0</version>
</dependency>
implementation 'org.apache.camel.quarkus:camel-quarkus-integration-test-syndication:3.16.0'
implementation("org.apache.camel.quarkus:camel-quarkus-integration-test-syndication:3.16.0")
libraryDependencies += "org.apache.camel.quarkus" % "camel-quarkus-integration-test-syndication" % "3.16.0"
@Grapes(
@Grab(group='org.apache.camel.quarkus', module='camel-quarkus-integration-test-syndication', version='3.16.0')
)
<dependency org="org.apache.camel.quarkus" name="camel-quarkus-integration-test-syndication" rev="3.16.0" />
<parent> <groupId>org.apache.camel.quarkus</groupId> <artifactId>camel-quarkus-build-parent-it</artifactId> <version>3.16.0</version> </parent>
compile
|-- org.apache.camel.quarkus:camel-quarkus-atom
|-- org.apache.camel.quarkus:camel-quarkus-rss
|-- org.apache.camel.quarkus:camel-quarkus-seda
|-- io.quarkus:quarkus-resteasy
|-- io.quarkus:quarkus-resteasy-jsonb
test