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