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