<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-integration-test-pgevent</artifactId>
<version>3.2.2</version>
</dependency>
implementation 'org.apache.camel.quarkus:camel-quarkus-integration-test-pgevent:3.2.2'
implementation("org.apache.camel.quarkus:camel-quarkus-integration-test-pgevent:3.2.2")
libraryDependencies += "org.apache.camel.quarkus" % "camel-quarkus-integration-test-pgevent" % "3.2.2"
@Grapes(
@Grab(group='org.apache.camel.quarkus', module='camel-quarkus-integration-test-pgevent', version='3.2.2')
)
<dependency org="org.apache.camel.quarkus" name="camel-quarkus-integration-test-pgevent" rev="3.2.2" />
<parent> <groupId>org.apache.camel.quarkus</groupId> <artifactId>camel-quarkus-build-parent-it</artifactId> <version>3.2.2</version> </parent>
compile
|-- org.apache.camel.quarkus:camel-quarkus-pgevent
|-- io.quarkus:quarkus-resteasy
|-- org.apache.camel.quarkus:camel-quarkus-direct
|-- org.apache.camel.quarkus:camel-quarkus-mock
test
|-- io.rest-assured:rest-assured