| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииJUnit Тестирование компонентов Контейнер |
| Группа | Группаorg.apache.camel |
| Идентификатор | Идентификаторcamel-testcontainers-spring-junit5 |
| Версия | Версия3.13.0 |
| Тип | Типjar |
| Описание |
ОписаниеCamel :: Testcontainers :: Spring :: JUnit5
Camel unit testing with Spring, testcontainers and JUnit 5
|
| Организация-разработчик |
Организация-разработчик |
<!-- https://jarcasting.com/artifacts/org.apache.camel/camel-testcontainers-spring-junit5/ -->
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-testcontainers-spring-junit5</artifactId>
<version>3.13.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.camel/camel-testcontainers-spring-junit5/
implementation 'org.apache.camel:camel-testcontainers-spring-junit5:3.13.0'
// https://jarcasting.com/artifacts/org.apache.camel/camel-testcontainers-spring-junit5/
implementation ("org.apache.camel:camel-testcontainers-spring-junit5:3.13.0")
'org.apache.camel:camel-testcontainers-spring-junit5:jar:3.13.0'
<dependency org="org.apache.camel" name="camel-testcontainers-spring-junit5" rev="3.13.0">
<artifact name="camel-testcontainers-spring-junit5" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.camel', module='camel-testcontainers-spring-junit5', version='3.13.0')
)
libraryDependencies += "org.apache.camel" % "camel-testcontainers-spring-junit5" % "3.13.0"
[org.apache.camel/camel-testcontainers-spring-junit5 "3.13.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.apache.camel : camel-test-spring-junit5 | jar | 3.13.0 |
| org.apache.camel : camel-testcontainers-junit5 | jar | 3.13.0 |