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