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