<dependency>
<groupId>org.apache.camel.springboot</groupId>
<artifactId>camel-spring-boot-integration-tests</artifactId>
<version>3.17.0</version>
</dependency>
implementation group: 'org.apache.camel.springboot', name: 'camel-spring-boot-integration-tests', version: '3.17.0'
implementation 'org.apache.camel.springboot:camel-spring-boot-integration-tests:3.17.0'
implementation("org.apache.camel.springboot:camel-spring-boot-integration-tests:3.17.0")
libraryDependencies += "org.apache.camel.springboot" % "camel-spring-boot-integration-tests" % "3.17.0"
<dependency org="org.apache.camel.springboot" name="camel-spring-boot-integration-tests" rev="3.17.0"/>
@Grapes(
@Grab(group='org.apache.camel.springboot', module='camel-spring-boot-integration-tests', version='3.17.0')
)
[org.apache.camel.springboot/camel-spring-boot-integration-tests "3.17.0"]
'org.apache.camel.springboot:camel-spring-boot-integration-tests:jar:3.17.0'