| Категории |
КатегорииJBoss Контейнер Application Servers |
|---|---|
| Группа | Группаio.fabric8.jube.images.jboss |
| Идентификатор | Идентификаторparent-project |
| Версия | Версия2.0.43 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| parent-project-2.0.43.pom | 1 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.fabric8.jube.images.jboss/parent-project/ -->
<dependency>
<groupId>io.fabric8.jube.images.jboss</groupId>
<artifactId>parent-project</artifactId>
<version>2.0.43</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.fabric8.jube.images.jboss/parent-project/
implementation 'io.fabric8.jube.images.jboss:parent-project:2.0.43'
// https://jarcasting.com/artifacts/io.fabric8.jube.images.jboss/parent-project/
implementation ("io.fabric8.jube.images.jboss:parent-project:2.0.43")
'io.fabric8.jube.images.jboss:parent-project:pom:2.0.43'
<dependency org="io.fabric8.jube.images.jboss" name="parent-project" rev="2.0.43">
<artifact name="parent-project" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.fabric8.jube.images.jboss', module='parent-project', version='2.0.43')
)
libraryDependencies += "io.fabric8.jube.images.jboss" % "parent-project" % "2.0.43"
[io.fabric8.jube.images.jboss/parent-project "2.0.43"]