is not current version
Last Version 3.0.1-1

org.eclipse.hudson.main:maven3-agent 3.0.0-1


Categories

Categories

Maven Build Tools Hudson Continuous Integration and Continuous Delivery CLI User Interface
GroupId

GroupId

org.eclipse.hudson.main
ArtifactId

ArtifactId

maven3-agent
Version

Version

3.0.0-1
Type

Type

jar

Download maven3-agent 3.0.0-1


<!-- https://jarcasting.com/artifacts/org.eclipse.hudson.main/maven3-agent/ -->
<dependency>
    <groupId>org.eclipse.hudson.main</groupId>
    <artifactId>maven3-agent</artifactId>
    <version>3.0.0-1</version>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.hudson.main/maven3-agent/
implementation 'org.eclipse.hudson.main:maven3-agent:3.0.0-1'
// https://jarcasting.com/artifacts/org.eclipse.hudson.main/maven3-agent/
implementation ("org.eclipse.hudson.main:maven3-agent:3.0.0-1")
'org.eclipse.hudson.main:maven3-agent:jar:3.0.0-1'
<dependency org="org.eclipse.hudson.main" name="maven3-agent" rev="3.0.0-1">
  <artifact name="maven3-agent" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.hudson.main', module='maven3-agent', version='3.0.0-1')
)
libraryDependencies += "org.eclipse.hudson.main" % "maven3-agent" % "3.0.0-1"
[org.eclipse.hudson.main/maven3-agent "3.0.0-1"]