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

org.jvnet.hudson:extras 1.5


Категории

Категории

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

Группа

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

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

extras
Версия

Версия

1.5
Тип

Тип

pom

Скачать extras 1.5

Имя Файла Размер
extras-1.5.pom 456 bytes
Обзор

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