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