is not current version
Last Version 2.2.2

org.jvnet.hudson.main:maven-agent 1.374

Code that boots up Maven2 with Hudson's remoting support in place. Used for the native m2 support.

Categories

Categories

Maven Build Tools Hudson Continuous Integration and Continuous Delivery Net
GroupId

GroupId

org.jvnet.hudson.main
ArtifactId

ArtifactId

maven-agent
Version

Version

1.374
Type

Type

jar

Download maven-agent 1.374


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