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