is not current version
Last Version 3.3.3

org.eclipse.hudson:hudson-plugin-utils 3.1.1-RC1

Contains plugin utility code, requires Hudson.

Categories

Categories

Hudson Build Tools Continuous Integration and Continuous Delivery CLI User Interface
GroupId

GroupId

org.eclipse.hudson
ArtifactId

ArtifactId

hudson-plugin-utils
Version

Version

3.1.1-RC1
Type

Type

jar

Download hudson-plugin-utils 3.1.1-RC1


<!-- https://jarcasting.com/artifacts/org.eclipse.hudson/hudson-plugin-utils/ -->
<dependency>
    <groupId>org.eclipse.hudson</groupId>
    <artifactId>hudson-plugin-utils</artifactId>
    <version>3.1.1-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.hudson/hudson-plugin-utils/
implementation 'org.eclipse.hudson:hudson-plugin-utils:3.1.1-RC1'
// https://jarcasting.com/artifacts/org.eclipse.hudson/hudson-plugin-utils/
implementation ("org.eclipse.hudson:hudson-plugin-utils:3.1.1-RC1")
'org.eclipse.hudson:hudson-plugin-utils:jar:3.1.1-RC1'
<dependency org="org.eclipse.hudson" name="hudson-plugin-utils" rev="3.1.1-RC1">
  <artifact name="hudson-plugin-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.hudson', module='hudson-plugin-utils', version='3.1.1-RC1')
)
libraryDependencies += "org.eclipse.hudson" % "hudson-plugin-utils" % "3.1.1-RC1"
[org.eclipse.hudson/hudson-plugin-utils "3.1.1-RC1"]