| Категории |
КатегорииDocker Контейнер Виртуализация Other Универсальные библиотеки |
|---|---|
| Группа | Группаcom.github.fbertola |
| Идентификатор | Идентификаторmother-docker |
| Версия | Версия1.0.0-Beta2 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| mother-docker-1.0.0-Beta2.pom | |
| mother-docker-1.0.0-Beta2.jar | 216 KB |
| mother-docker-1.0.0-Beta2-sources.jar | 15 KB |
| mother-docker-1.0.0-Beta2-javadoc.jar | 364 bytes |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.fbertola/mother-docker/ -->
<dependency>
<groupId>com.github.fbertola</groupId>
<artifactId>mother-docker</artifactId>
<version>1.0.0-Beta2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fbertola/mother-docker/
implementation 'com.github.fbertola:mother-docker:1.0.0-Beta2'
// https://jarcasting.com/artifacts/com.github.fbertola/mother-docker/
implementation ("com.github.fbertola:mother-docker:1.0.0-Beta2")
'com.github.fbertola:mother-docker:jar:1.0.0-Beta2'
<dependency org="com.github.fbertola" name="mother-docker" rev="1.0.0-Beta2">
<artifact name="mother-docker" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fbertola', module='mother-docker', version='1.0.0-Beta2')
)
libraryDependencies += "com.github.fbertola" % "mother-docker" % "1.0.0-Beta2"
[com.github.fbertola/mother-docker "1.0.0-Beta2"]