h

hudson-core

Contains the core Hudson code and view files to render HTML.
Files download
File Operation
hudson-core-3.0.0-M0.jar download
hudson-core-3.0.0-M0.pom download
hudson-core-3.0.0-M0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.eclipse.hudson.main</groupId>
  <artifactId>hudson-core</artifactId>
  <version>3.0.0-M0</version>
</dependency>
Gradle Groovy
implementation 'org.eclipse.hudson.main:hudson-core:3.0.0-M0'
Gradle Kotlin
implementation("org.eclipse.hudson.main:hudson-core:3.0.0-M0")
Scala SBT
libraryDependencies += "org.eclipse.hudson.main" % "hudson-core" % "3.0.0-M0"
Groovy Grape
@Grapes(
  @Grab(group='org.eclipse.hudson.main', module='hudson-core', version='3.0.0-M0')
)
Apache Ivy
<dependency org="org.eclipse.hudson.main" name="hudson-core" rev="3.0.0-M0" />
Leiningen
[org.eclipse.hudson.main/hudson-core "3.0.0-M0"]
Apache Buildr
'org.eclipse.hudson.main:hudson-core:jar:3.0.0-M0'
Dependencies
<parent>
  <groupId>org.eclipse.hudson.main</groupId>
  <artifactId>hudson</artifactId>
  <version>3.0.0-M0</version>
</parent>

compile

|-- org.eclipse.hudson.main:hudson-remoting

|-- org.eclipse.hudson.main:hudson-cli

|-- org.jvnet.hudson:crypto-util:1.0

|-- org.kohsuke:trilead-putty-extension:1.0

|-- org.jruby.ext.posix:jna-posix:1.0.3

|-- org.kohsuke.stapler:stapler-groovy:1.176

|-- com.infradna.tool:bridge-method-annotation:1.4

|-- net.sf.json-lib:json-lib:2.4

|-- args4j:args4j

|-- org.jvnet.hudson:annotation-indexer:1.2

|-- org.jvnet.hudson:task-reactor:1.2

|-- org.jvnet.localizer:localizer

|-- org.antlr:antlr:3.0

|-- org.hudsonci.tools:xstream

|-- org.apache.ant:ant

|-- commons-io:commons-io

|-- org.apache.commons:commons-lang3

|-- commons-lang:commons-lang:2.5

|-- commons-digester:commons-digester:1.7

|-- org.apache.commons:commons-digester3:3.0

|-- commons-beanutils:commons-beanutils:1.8.0

|-- javax.mail:mail:1.4

|-- org.jvnet.hudson:activation:1.1.1-hudson-1

|-- jaxen:jaxen:1.1.3

|-- commons-jelly:commons-jelly-tags-fmt:1.0

|-- commons-jelly:commons-jelly-tags-xml:1.1

|-- org.jvnet.hudson:commons-jelly-tags-define:1.0.1-hudson-20071021

|-- org.apache.commons:commons-jexl:2.0.1

|-- org.codehaus.groovy:groovy-all

|-- org.springframework:spring-web:2.5.6

|-- org.springframework:spring-core:2.5.6

|-- org.springframework:spring-aop:2.5.6

|-- org.springframework:spring-dao:2.0.8

|-- org.springframework:spring-jdbc:2.5.6

|-- org.springframework.security:spring-security-core:2.0.7.RELEASE

|-- org.springframework.security:spring-security-acl:2.0.7.RELEASE

|-- org.springframework.ldap:spring-ldap:1.2.1

|-- javax.servlet:jstl:1.1.0

|-- commons-logging:commons-logging:1.1.1

|-- log4j:log4j:1.2.13

|-- logkit:logkit:2.0

|-- avalon-framework:avalon-framework:4.1.3

|-- commons-collections:commons-collections:3.2

|-- javax.jmdns:jmdns:3.4.0

|-- com.sun.solaris:embedded_su4j:1.1

|-- net.java.sezpoz:sezpoz:1.9

|-- org.kohsuke.metainf-services:metainf-services:1.1

|-- xpp3:xpp3:1.1.4c

|-- org.jvnet.hudson:test-annotations

|-- commons-codec:commons-codec

|-- asm:asm-commons:2.2.3

|-- org.kohsuke:access-modifier-annotation:1.0

|-- jline:jline:0.9.94

|-- net.sf.jtidy:jtidy:r938

provided

|-- javax.servlet:servlet-api

|-- com.sun.winsw:winsw:1.10

test

|-- junit:junit

|-- org.easymock:easymock

|-- org.powermock:powermock-module-junit4

|-- org.powermock:powermock-api-easymock