| Категории |
КатегорииHudson Компиляция и сборка Continuous Integration and Continuous Delivery Сеть |
|---|---|
| Группа | Группаorg.jvnet.hudson |
| Идентификатор | Идентификаторhudson-parent |
| Версия | Версия1.14 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| 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"]