Categories |
CategoriesHudson Build Tools Continuous Integration and Continuous Delivery Net |
---|---|
GroupId | GroupIdorg.jvnet.hudson |
ArtifactId | ArtifactIdhudson-parent |
Last Version | Last Version2.2.1 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionHudson Parent
Hudson Continuous Integration Server
|
Project Organization |
Project OrganizationHudson |
Filename | Size |
---|---|
hudson-parent-2.2.1.pom | 13 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jvnet.hudson/hudson-parent/ -->
<dependency>
<groupId>org.jvnet.hudson</groupId>
<artifactId>hudson-parent</artifactId>
<version>2.2.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.jvnet.hudson/hudson-parent/
implementation 'org.jvnet.hudson:hudson-parent:2.2.1'
// https://jarcasting.com/artifacts/org.jvnet.hudson/hudson-parent/
implementation ("org.jvnet.hudson:hudson-parent:2.2.1")
'org.jvnet.hudson:hudson-parent:pom:2.2.1'
<dependency org="org.jvnet.hudson" name="hudson-parent" rev="2.2.1">
<artifact name="hudson-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.jvnet.hudson', module='hudson-parent', version='2.2.1')
)
libraryDependencies += "org.jvnet.hudson" % "hudson-parent" % "2.2.1"
[org.jvnet.hudson/hudson-parent "2.2.1"]