| Categories |
CategoriesMaven Build Tools Hudson Continuous Integration and Continuous Delivery Net |
|---|---|
| GroupId | GroupIdorg.jvnet.hudson.main |
| ArtifactId | ArtifactIdmaven-agent |
| Version | Version1.108 |
| Type | Typejar |
| Filename | Size |
|---|---|
| maven-agent-1.108.pom | |
| maven-agent-1.108.jar | 6 KB |
| maven-agent-1.108-sources.jar | 4 KB |
| maven-agent-1.108-javadoc.jar | 21 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.jvnet.hudson.main/maven-agent/ -->
<dependency>
<groupId>org.jvnet.hudson.main</groupId>
<artifactId>maven-agent</artifactId>
<version>1.108</version>
</dependency>
// https://jarcasting.com/artifacts/org.jvnet.hudson.main/maven-agent/
implementation 'org.jvnet.hudson.main:maven-agent:1.108'
// https://jarcasting.com/artifacts/org.jvnet.hudson.main/maven-agent/
implementation ("org.jvnet.hudson.main:maven-agent:1.108")
'org.jvnet.hudson.main:maven-agent:jar:1.108'
<dependency org="org.jvnet.hudson.main" name="maven-agent" rev="1.108">
<artifact name="maven-agent" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jvnet.hudson.main', module='maven-agent', version='1.108')
)
libraryDependencies += "org.jvnet.hudson.main" % "maven-agent" % "1.108"
[org.jvnet.hudson.main/maven-agent "1.108"]