| Лицензия |
Лицензия |
|---|---|
| Группа | Группаio.fabric8.jube.images.examples |
| Идентификатор | Идентификаторparent-project |
| Версия | Версия2.0.0 |
| Тип | Типpom |
| Описание |
ОписаниеJube :: Images :: Examples
Provides a pure Java implementation of a Kubernetes-like container orchestration layer.
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| parent-project-2.0.0.pom | 1 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.fabric8.jube.images.examples/parent-project/ -->
<dependency>
<groupId>io.fabric8.jube.images.examples</groupId>
<artifactId>parent-project</artifactId>
<version>2.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.fabric8.jube.images.examples/parent-project/
implementation 'io.fabric8.jube.images.examples:parent-project:2.0.0'
// https://jarcasting.com/artifacts/io.fabric8.jube.images.examples/parent-project/
implementation ("io.fabric8.jube.images.examples:parent-project:2.0.0")
'io.fabric8.jube.images.examples:parent-project:pom:2.0.0'
<dependency org="io.fabric8.jube.images.examples" name="parent-project" rev="2.0.0">
<artifact name="parent-project" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.fabric8.jube.images.examples', module='parent-project', version='2.0.0')
)
libraryDependencies += "io.fabric8.jube.images.examples" % "parent-project" % "2.0.0"
[io.fabric8.jube.images.examples/parent-project "2.0.0"]