| Категории |
КатегорииHudson Компиляция и сборка Continuous Integration and Continuous Delivery Сеть |
|---|---|
| Группа | Группаorg.jvnet.hudson |
| Идентификатор | Идентификаторhudson-parent |
| Версия | Версия2.1.2 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| hudson-parent-2.1.2.pom | 12 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.jvnet.hudson/hudson-parent/ -->
<dependency>
<groupId>org.jvnet.hudson</groupId>
<artifactId>hudson-parent</artifactId>
<version>2.1.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.jvnet.hudson/hudson-parent/
implementation 'org.jvnet.hudson:hudson-parent:2.1.2'
// https://jarcasting.com/artifacts/org.jvnet.hudson/hudson-parent/
implementation ("org.jvnet.hudson:hudson-parent:2.1.2")
'org.jvnet.hudson:hudson-parent:pom:2.1.2'
<dependency org="org.jvnet.hudson" name="hudson-parent" rev="2.1.2">
<artifact name="hudson-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.jvnet.hudson', module='hudson-parent', version='2.1.2')
)
libraryDependencies += "org.jvnet.hudson" % "hudson-parent" % "2.1.2"
[org.jvnet.hudson/hudson-parent "2.1.2"]