Categories |
CategoriesHudson Build Tools Continuous Integration and Continuous Delivery CLI User Interface |
---|---|
GroupId | GroupIdorg.eclipse.hudson.main |
ArtifactId | ArtifactIdhudson-utils |
Version | Version3.0.0-M1 |
Type | Typejar |
Filename | Size |
---|---|
hudson-utils-3.0.0-M1.pom | |
hudson-utils-3.0.0-M1.jar | 41 KB |
hudson-utils-3.0.0-M1-sources.jar | 32 KB |
hudson-utils-3.0.0-M1-javadoc.jar | 227 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.eclipse.hudson.main/hudson-utils/ -->
<dependency>
<groupId>org.eclipse.hudson.main</groupId>
<artifactId>hudson-utils</artifactId>
<version>3.0.0-M1</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.hudson.main/hudson-utils/
implementation 'org.eclipse.hudson.main:hudson-utils:3.0.0-M1'
// https://jarcasting.com/artifacts/org.eclipse.hudson.main/hudson-utils/
implementation ("org.eclipse.hudson.main:hudson-utils:3.0.0-M1")
'org.eclipse.hudson.main:hudson-utils:jar:3.0.0-M1'
<dependency org="org.eclipse.hudson.main" name="hudson-utils" rev="3.0.0-M1">
<artifact name="hudson-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.hudson.main', module='hudson-utils', version='3.0.0-M1')
)
libraryDependencies += "org.eclipse.hudson.main" % "hudson-utils" % "3.0.0-M1"
[org.eclipse.hudson.main/hudson-utils "3.0.0-M1"]