<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-integration-test-twitter</artifactId>
<version>1.4.0</version>
</dependency>
implementation 'org.apache.camel.quarkus:camel-quarkus-integration-test-twitter:1.4.0'
implementation("org.apache.camel.quarkus:camel-quarkus-integration-test-twitter:1.4.0")
libraryDependencies += "org.apache.camel.quarkus" % "camel-quarkus-integration-test-twitter" % "1.4.0"
@Grapes(
@Grab(group='org.apache.camel.quarkus', module='camel-quarkus-integration-test-twitter', version='1.4.0')
)
<dependency org="org.apache.camel.quarkus" name="camel-quarkus-integration-test-twitter" rev="1.4.0" />
<parent> <groupId>org.apache.camel.quarkus</groupId> <artifactId>camel-quarkus-integration-tests</artifactId> <version>1.4.0</version> </parent>
compile
|-- org.apache.camel.quarkus:camel-quarkus-main
|-- org.apache.camel.quarkus:camel-quarkus-twitter
|-- io.quarkus:quarkus-resteasy
test
|-- io.rest-assured:rest-assured
|-- org.apache.camel.quarkus:camel-quarkus-main-deployment
|-- org.apache.camel.quarkus:camel-quarkus-twitter-deployment