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