не последняя версия
Последняя версия 2.2.1

org.jvnet.hudson:hudson-parent 1.12

Hudson Continuous Integration Server

Категории

Категории

Hudson Компиляция и сборка Continuous Integration and Continuous Delivery Сеть
Группа

Группа

org.jvnet.hudson
Идентификатор

Идентификатор

hudson-parent
Версия

Версия

1.12
Тип

Тип

pom

Скачать hudson-parent 1.12

Имя Файла Размер
hudson-parent-1.12.pom 10 KB
Обзор

<!-- https://jarcasting.com/artifacts/org.jvnet.hudson/hudson-parent/ -->
<dependency>
    <groupId>org.jvnet.hudson</groupId>
    <artifactId>hudson-parent</artifactId>
    <version>1.12</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.jvnet.hudson/hudson-parent/
implementation 'org.jvnet.hudson:hudson-parent:1.12'
// https://jarcasting.com/artifacts/org.jvnet.hudson/hudson-parent/
implementation ("org.jvnet.hudson:hudson-parent:1.12")
'org.jvnet.hudson:hudson-parent:pom:1.12'
<dependency org="org.jvnet.hudson" name="hudson-parent" rev="1.12">
  <artifact name="hudson-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.jvnet.hudson', module='hudson-parent', version='1.12')
)
libraryDependencies += "org.jvnet.hudson" % "hudson-parent" % "1.12"
[org.jvnet.hudson/hudson-parent "1.12"]