is not current version
Last Version 3.0.2

org.hudsonci.plugins:maven-agent 3.0.0

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

Categories

Categories

Maven Build Tools Hudson Continuous Integration and Continuous Delivery
GroupId

GroupId

org.hudsonci.plugins
ArtifactId

ArtifactId

maven-agent
Version

Version

3.0.0
Type

Type

jar

Download maven-agent 3.0.0


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