| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииКонтейнер |
| Группа | Группаorg.apache.camel |
| Идентификатор | Идентификаторcamel-testcontainers |
| Последняя версия | Последняя версия3.15.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеCamel :: Testcontainers (deprecated)
Camel support for testcontainers
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| camel-testcontainers-3.15.0.pom | |
| camel-testcontainers-3.15.0.jar | 17 KB |
| camel-testcontainers-3.15.0-sources.jar | 8 KB |
| camel-testcontainers-3.15.0-javadoc.jar | 37 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.apache.camel/camel-testcontainers/ -->
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-testcontainers</artifactId>
<version>3.15.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.camel/camel-testcontainers/
implementation 'org.apache.camel:camel-testcontainers:3.15.0'
// https://jarcasting.com/artifacts/org.apache.camel/camel-testcontainers/
implementation ("org.apache.camel:camel-testcontainers:3.15.0")
'org.apache.camel:camel-testcontainers:jar:3.15.0'
<dependency org="org.apache.camel" name="camel-testcontainers" rev="3.15.0">
<artifact name="camel-testcontainers" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.camel', module='camel-testcontainers', version='3.15.0')
)
libraryDependencies += "org.apache.camel" % "camel-testcontainers" % "3.15.0"
[org.apache.camel/camel-testcontainers "3.15.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.apache.camel : camel-test | jar | 3.15.0 |
| org.testcontainers : testcontainers | jar | 1.16.3 |