| Categories |
CategoriesMaven Build Tools Hudson Continuous Integration and Continuous Delivery Net |
|---|---|
| GroupId | GroupIdorg.jvnet.hudson.main |
| ArtifactId | ArtifactIdmaven-agent |
| Version | Version1.273 |
| Type | Typejar |
| Filename | Size |
|---|---|
| maven-agent-1.273.pom | |
| maven-agent-1.273.jar | 8 KB |
| maven-agent-1.273-sources.jar | 5 KB |
| maven-agent-1.273-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.273</version>
</dependency>
// https://jarcasting.com/artifacts/org.jvnet.hudson.main/maven-agent/
implementation 'org.jvnet.hudson.main:maven-agent:1.273'
// https://jarcasting.com/artifacts/org.jvnet.hudson.main/maven-agent/
implementation ("org.jvnet.hudson.main:maven-agent:1.273")
'org.jvnet.hudson.main:maven-agent:jar:1.273'
<dependency org="org.jvnet.hudson.main" name="maven-agent" rev="1.273">
<artifact name="maven-agent" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jvnet.hudson.main', module='maven-agent', version='1.273')
)
libraryDependencies += "org.jvnet.hudson.main" % "maven-agent" % "1.273"
[org.jvnet.hudson.main/maven-agent "1.273"]