| Categories |
CategoriesHudson Build Tools Continuous Integration and Continuous Delivery Net |
|---|---|
| GroupId | GroupIdorg.jvnet.hudson.pxeboot |
| ArtifactId | ArtifactIdpxeboot |
| Version | Version1.0 |
| Type | Typepom |
| Filename | Size |
|---|---|
| pxeboot-1.0.pom | 1 KB |
| Browse |
<!-- 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"]