License |
License |
---|---|
Categories |
CategoriesMaven Build Tools Hudson Continuous Integration and Continuous Delivery CLI User Interface |
GroupId | GroupIdorg.eclipse.hudson.main |
ArtifactId | ArtifactIdmaven3-agent |
Last Version | Last Version3.0.1-1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionHudson :: Maven (legacy) :: M3 Agent
Hudson Legacy Maven Integration
|
Project Organization |
Project OrganizationHudson |
Filename | Size |
---|---|
maven3-agent-3.0.1-1.pom | |
maven3-agent-3.0.1-1.jar | 8 KB |
maven3-agent-3.0.1-1-sources.jar | 5 KB |
maven3-agent-3.0.1-1-javadoc.jar | 35 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.eclipse.hudson.main/maven3-agent/ -->
<dependency>
<groupId>org.eclipse.hudson.main</groupId>
<artifactId>maven3-agent</artifactId>
<version>3.0.1-1</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.hudson.main/maven3-agent/
implementation 'org.eclipse.hudson.main:maven3-agent:3.0.1-1'
// https://jarcasting.com/artifacts/org.eclipse.hudson.main/maven3-agent/
implementation ("org.eclipse.hudson.main:maven3-agent:3.0.1-1")
'org.eclipse.hudson.main:maven3-agent:jar:3.0.1-1'
<dependency org="org.eclipse.hudson.main" name="maven3-agent" rev="3.0.1-1">
<artifact name="maven3-agent" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.hudson.main', module='maven3-agent', version='3.0.1-1')
)
libraryDependencies += "org.eclipse.hudson.main" % "maven3-agent" % "3.0.1-1"
[org.eclipse.hudson.main/maven3-agent "3.0.1-1"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.maven : maven-embedder | jar | 3.0.2 |
org.codehaus.plexus : plexus-classworlds | jar | 2.4 |
Group / Artifact | Type | Version |
---|---|---|
org.eclipse.hudson.main : maven3-interceptor | jar | 3.0.1-1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.1 |