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