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