h

hudson-core

Contains the core Hudson code and view files to render HTML.
文件下载
文件名 操作
hudson-core-3.2.0-RC1.jar 下载
hudson-core-3.2.0-RC1.pom 下载
hudson-core-3.2.0-RC1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.eclipse.hudson</groupId>
  <artifactId>hudson-core</artifactId>
  <version>3.2.0-RC1</version>
</dependency>
Gradle Groovy
implementation 'org.eclipse.hudson:hudson-core:3.2.0-RC1'
Gradle Kotlin
implementation("org.eclipse.hudson:hudson-core:3.2.0-RC1")
Scala SBT
libraryDependencies += "org.eclipse.hudson" % "hudson-core" % "3.2.0-RC1"
Groovy Grape
@Grapes(
  @Grab(group='org.eclipse.hudson', module='hudson-core', version='3.2.0-RC1')
)
Apache Ivy
<dependency org="org.eclipse.hudson" name="hudson-core" rev="3.2.0-RC1" />
Leiningen
[org.eclipse.hudson/hudson-core "3.2.0-RC1"]
Apache Buildr
'org.eclipse.hudson:hudson-core:jar:3.2.0-RC1'
本项目依赖
<parent>
  <groupId>org.eclipse.hudson</groupId>
  <artifactId>hudson-parent</artifactId>
  <version>3.2.0-RC1</version>
</parent>

compile

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

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

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

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

|-- args4j:args4j

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

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

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

|-- commons-beanutils:commons-beanutils

|-- javax.mail:mail

|-- xerces:xercesImpl

|-- org.hudsonci.stapler:commons-jelly

|-- org.hudsonci.xpath:xpath-service:1.0.2

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

|-- org.hudsonci.stapler:commons-jelly-tags-xml

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

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

|-- org.springframework:spring-web

|-- org.springframework:spring-core

|-- org.springframework:spring-aop

|-- org.springframework:spring-dao

|-- org.springframework:spring-jdbc

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

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

|-- org.springframework.security:spring-security-config

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

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

|-- javax.servlet:jstl

|-- commons-logging:commons-logging

|-- com.google.guava:guava

|-- log4j:log4j

|-- commons-collections:commons-collections

|-- javax.jmdns:jmdns

|-- net.java.sezpoz:sezpoz

|-- xpp3:xpp3

|-- xmlpull:xmlpull

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

|-- commons-codec:commons-codec

|-- asm:asm-all

|-- jtidy:jtidy

|-- org.antlr:antlr-runtime

|-- org.eclipse.hudson.stapler:stapler-jelly

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

|-- xalan:xalan:2.7.1

|-- com.googlecode.owasp-java-html-sanitizer:owasp-java-html-sanitizer:r173

provided

|-- javax.servlet:servlet-api

|-- com.sun.winsw:winsw

test

|-- junit:junit

|-- org.easymock:easymock

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

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