License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdorg.apache.camel.springboot |
ArtifactId | ArtifactIdcamel-itest-spring-boot |
Last Version | Last Version3.17.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCamel SB :: Integration Tests
Spring-Boot Camel test
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/org.apache.camel.springboot/camel-itest-spring-boot/ -->
<dependency>
<groupId>org.apache.camel.springboot</groupId>
<artifactId>camel-itest-spring-boot</artifactId>
<version>3.17.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.camel.springboot/camel-itest-spring-boot/
implementation 'org.apache.camel.springboot:camel-itest-spring-boot:3.17.0'
// https://jarcasting.com/artifacts/org.apache.camel.springboot/camel-itest-spring-boot/
implementation ("org.apache.camel.springboot:camel-itest-spring-boot:3.17.0")
'org.apache.camel.springboot:camel-itest-spring-boot:jar:3.17.0'
<dependency org="org.apache.camel.springboot" name="camel-itest-spring-boot" rev="3.17.0">
<artifact name="camel-itest-spring-boot" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.camel.springboot', module='camel-itest-spring-boot', version='3.17.0')
)
libraryDependencies += "org.apache.camel.springboot" % "camel-itest-spring-boot" % "3.17.0"
[org.apache.camel.springboot/camel-itest-spring-boot "3.17.0"]