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