h

hudson-core

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

compile

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

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

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

|-- 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.hudsonci.tools:xstream

|-- org.apache.ant:ant

|-- commons-io:commons-io

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

|-- commons-lang:commons-lang:2.4

|-- 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.4

|-- 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.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.3.1.RELEASE

|-- javax.servlet:jstl:1.1.0

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

|-- log4j:log4j:1.2.13

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

|-- javax.jmdns:jmdns:3.4.0

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

|-- xpp3:xpp3:1.1.4c

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

|-- commons-codec:commons-codec

|-- asm:asm-all:2.2.3

|-- jline:jline:0.9.94

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

|-- antlr:antlr:2.7.7

|-- org.eclipse.hudson.stapler:stapler-jelly:3.0.0-M1-1

|-- org.jvnet.hudson:ganymed-ssh-2:build260

|-- org.slf4j:slf4j-api:1.6.1

provided

|-- javax.servlet:servlet-api

|-- com.sun.winsw:winsw:1.9

test

|-- junit:junit

|-- org.easymock:easymock

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

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