<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-integration-test-telegram</artifactId>
<version>2.7.1</version>
</dependency>
implementation 'org.apache.camel.quarkus:camel-quarkus-integration-test-telegram:2.7.1'
implementation("org.apache.camel.quarkus:camel-quarkus-integration-test-telegram:2.7.1")
libraryDependencies += "org.apache.camel.quarkus" % "camel-quarkus-integration-test-telegram" % "2.7.1"
@Grapes(
@Grab(group='org.apache.camel.quarkus', module='camel-quarkus-integration-test-telegram', version='2.7.1')
)
<dependency org="org.apache.camel.quarkus" name="camel-quarkus-integration-test-telegram" rev="2.7.1" />
<parent> <groupId>org.apache.camel.quarkus</groupId> <artifactId>camel-quarkus-build-parent-it</artifactId> <version>2.7.1</version> </parent>
compile
|-- org.apache.camel.quarkus:camel-quarkus-telegram
|-- io.quarkus:quarkus-resteasy
|-- io.quarkus:quarkus-resteasy-jackson
|-- org.apache.camel.quarkus:camel-quarkus-platform-http
|-- org.apache.camel.quarkus:camel-quarkus-attachments
test
|-- org.apache.camel.quarkus:camel-quarkus-integration-test-support
|-- org.apache.camel.quarkus:camel-quarkus-integration-wiremock-support