| Категории |
КатегорииJUnit Тестирование компонентов |
|---|---|
| Группа | Группаorg.apache.camel |
| Идентификатор | Идентификаторcamel-test-spring-junit5 |
| Версия | Версия3.4.6 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| camel-test-spring-junit5-3.4.6.pom | |
| camel-test-spring-junit5-3.4.6.jar | 61 KB |
| camel-test-spring-junit5-3.4.6-sources.jar | 38 KB |
| camel-test-spring-junit5-3.4.6-javadoc.jar | 129 KB |
| Обзор |
<!-- 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.4.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.camel/camel-test-spring-junit5/
implementation 'org.apache.camel:camel-test-spring-junit5:3.4.6'
// https://jarcasting.com/artifacts/org.apache.camel/camel-test-spring-junit5/
implementation ("org.apache.camel:camel-test-spring-junit5:3.4.6")
'org.apache.camel:camel-test-spring-junit5:jar:3.4.6'
<dependency org="org.apache.camel" name="camel-test-spring-junit5" rev="3.4.6">
<artifact name="camel-test-spring-junit5" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.camel', module='camel-test-spring-junit5', version='3.4.6')
)
libraryDependencies += "org.apache.camel" % "camel-test-spring-junit5" % "3.4.6"
[org.apache.camel/camel-test-spring-junit5 "3.4.6"]