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