Categories |
CategoriesHudson Build Tools Continuous Integration and Continuous Delivery Net |
---|---|
GroupId | GroupIdorg.jvnet.hudson.main |
ArtifactId | ArtifactIdpom |
Version | Version1.64 |
Type | Typepom |
Filename | Size |
---|---|
pom-1.64.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jvnet.hudson.main/pom/ -->
<dependency>
<groupId>org.jvnet.hudson.main</groupId>
<artifactId>pom</artifactId>
<version>1.64</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.jvnet.hudson.main/pom/
implementation 'org.jvnet.hudson.main:pom:1.64'
// https://jarcasting.com/artifacts/org.jvnet.hudson.main/pom/
implementation ("org.jvnet.hudson.main:pom:1.64")
'org.jvnet.hudson.main:pom:pom:1.64'
<dependency org="org.jvnet.hudson.main" name="pom" rev="1.64">
<artifact name="pom" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.jvnet.hudson.main', module='pom', version='1.64')
)
libraryDependencies += "org.jvnet.hudson.main" % "pom" % "1.64"
[org.jvnet.hudson.main/pom "1.64"]