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

org.jvnet.hudson:hudson-parent 1.14

Hudson Continuous Integration Server

Категории

Категории

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

Группа

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

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

hudson-parent
Версия

Версия

1.14
Тип

Тип

pom

Скачать hudson-parent 1.14

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

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