| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.apache.camel |
| Идентификатор | Идентификаторcamel-test |
| Версия | Версия3.10.0 |
| Тип | Типjar |
| Описание |
ОписаниеCamel :: Test
Camel unit testing
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| camel-test-3.10.0.pom | |
| camel-test-3.10.0.jar | 46 KB |
| camel-test-3.10.0-sources.jar | 26 KB |
| camel-test-3.10.0-javadoc.jar | 97 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.apache.camel/camel-test/ -->
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-test</artifactId>
<version>3.10.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.camel/camel-test/
implementation 'org.apache.camel:camel-test:3.10.0'
// https://jarcasting.com/artifacts/org.apache.camel/camel-test/
implementation ("org.apache.camel:camel-test:3.10.0")
'org.apache.camel:camel-test:jar:3.10.0'
<dependency org="org.apache.camel" name="camel-test" rev="3.10.0">
<artifact name="camel-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.camel', module='camel-test', version='3.10.0')
)
libraryDependencies += "org.apache.camel" % "camel-test" % "3.10.0"
[org.apache.camel/camel-test "3.10.0"]