License |
License |
---|---|
Categories |
CategoriesHudson Build Tools Continuous Integration and Continuous Delivery CLI User Interface |
GroupId | GroupIdorg.eclipse.hudson.main |
ArtifactId | ArtifactIdhudson-core |
Last Version | Last Version3.0.0-M2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionHudson :: Core
Contains the core Hudson code and view files to render HTML.
|
Project Organization |
Project OrganizationHudson |
Filename | Size |
---|---|
hudson-core-3.0.0-M2.pom | |
hudson-core-3.0.0-M2.jar | 4 MB |
hudson-core-3.0.0-M2-sources.jar | 3 MB |
hudson-core-3.0.0-M2-javadoc.jar | 6 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.eclipse.hudson.main/hudson-core/ -->
<dependency>
<groupId>org.eclipse.hudson.main</groupId>
<artifactId>hudson-core</artifactId>
<version>3.0.0-M2</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.hudson.main/hudson-core/
implementation 'org.eclipse.hudson.main:hudson-core:3.0.0-M2'
// https://jarcasting.com/artifacts/org.eclipse.hudson.main/hudson-core/
implementation ("org.eclipse.hudson.main:hudson-core:3.0.0-M2")
'org.eclipse.hudson.main:hudson-core:jar:3.0.0-M2'
<dependency org="org.eclipse.hudson.main" name="hudson-core" rev="3.0.0-M2">
<artifact name="hudson-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.hudson.main', module='hudson-core', version='3.0.0-M2')
)
libraryDependencies += "org.eclipse.hudson.main" % "hudson-core" % "3.0.0-M2"
[org.eclipse.hudson.main/hudson-core "3.0.0-M2"]
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : servlet-api | jar | 2.4 |
com.sun.winsw : winsw | exe | 1.9 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.1 |
org.easymock : easymock | jar | 3.0 |
org.powermock : powermock-module-junit4 | jar | 1.4.10 |
org.powermock : powermock-api-easymock | jar | 1.4.10 |
org.jvnet.hudson : test-annotations | jar | 1.0 |