is not current version
Last Version 3.3.3

org.eclipse.hudson:hudson-core 3.0.0

Contains the core Hudson code and view files to render HTML.

Categories

Categories

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

GroupId

org.eclipse.hudson
ArtifactId

ArtifactId

hudson-core
Version

Version

3.0.0
Type

Type

jar

Download hudson-core 3.0.0


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