Categories |
CategoriesMaven Build Tools Hudson Continuous Integration and Continuous Delivery CLI User Interface |
---|---|
GroupId | GroupIdorg.eclipse.hudson.main |
ArtifactId | ArtifactIdhudson-maven3 |
Version | Version3.0.0-1 |
Type | Typepom |
Filename | Size |
---|---|
hudson-maven3-3.0.0-1.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.eclipse.hudson.main/hudson-maven3/ -->
<dependency>
<groupId>org.eclipse.hudson.main</groupId>
<artifactId>hudson-maven3</artifactId>
<version>3.0.0-1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.hudson.main/hudson-maven3/
implementation 'org.eclipse.hudson.main:hudson-maven3:3.0.0-1'
// https://jarcasting.com/artifacts/org.eclipse.hudson.main/hudson-maven3/
implementation ("org.eclipse.hudson.main:hudson-maven3:3.0.0-1")
'org.eclipse.hudson.main:hudson-maven3:pom:3.0.0-1'
<dependency org="org.eclipse.hudson.main" name="hudson-maven3" rev="3.0.0-1">
<artifact name="hudson-maven3" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.hudson.main', module='hudson-maven3', version='3.0.0-1')
)
libraryDependencies += "org.eclipse.hudson.main" % "hudson-maven3" % "3.0.0-1"
[org.eclipse.hudson.main/hudson-maven3 "3.0.0-1"]