не последняя версия
Последняя версия 3.0.1-1

org.eclipse.hudson.main:maven-agent 3.0.1

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

Категории

Категории

Maven Компиляция и сборка Hudson Continuous Integration and Continuous Delivery CLI Взаимодействие с пользователем
Группа

Группа

org.eclipse.hudson.main
Идентификатор

Идентификатор

maven-agent
Версия

Версия

3.0.1
Тип

Тип

jar

Скачать maven-agent 3.0.1


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