| Categories |
CategoriesHudson Build Tools Continuous Integration and Continuous Delivery Net |
|---|---|
| GroupId | GroupIdorg.jvnet.hudson |
| ArtifactId | ArtifactIdbackend |
| Last Version | Last Version1.7 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionHudson Backedn Stuff
Code that we use behind the scene.
|
| Filename | Size |
|---|---|
| backend-1.7.pom | 525 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/org.jvnet.hudson/backend/ -->
<dependency>
<groupId>org.jvnet.hudson</groupId>
<artifactId>backend</artifactId>
<version>1.7</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.jvnet.hudson/backend/
implementation 'org.jvnet.hudson:backend:1.7'
// https://jarcasting.com/artifacts/org.jvnet.hudson/backend/
implementation ("org.jvnet.hudson:backend:1.7")
'org.jvnet.hudson:backend:pom:1.7'
<dependency org="org.jvnet.hudson" name="backend" rev="1.7">
<artifact name="backend" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.jvnet.hudson', module='backend', version='1.7')
)
libraryDependencies += "org.jvnet.hudson" % "backend" % "1.7"
[org.jvnet.hudson/backend "1.7"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 3.8 |