License |
License |
---|---|
Categories |
CategoriesMaven Build Tools Hudson Continuous Integration and Continuous Delivery |
GroupId | GroupIdorg.hudsonci.plugins |
ArtifactId | ArtifactIdhudson-maven3 |
Last Version | Last Version3.0.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionHudson :: Maven 3
Hudson Continuous Integration Server
|
Project Organization |
Project OrganizationHudson |
Filename | Size |
---|---|
hudson-maven3-3.0.0.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.hudsonci.plugins/hudson-maven3/ -->
<dependency>
<groupId>org.hudsonci.plugins</groupId>
<artifactId>hudson-maven3</artifactId>
<version>3.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.hudsonci.plugins/hudson-maven3/
implementation 'org.hudsonci.plugins:hudson-maven3:3.0.0'
// https://jarcasting.com/artifacts/org.hudsonci.plugins/hudson-maven3/
implementation ("org.hudsonci.plugins:hudson-maven3:3.0.0")
'org.hudsonci.plugins:hudson-maven3:pom:3.0.0'
<dependency org="org.hudsonci.plugins" name="hudson-maven3" rev="3.0.0">
<artifact name="hudson-maven3" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.hudsonci.plugins', module='hudson-maven3', version='3.0.0')
)
libraryDependencies += "org.hudsonci.plugins" % "hudson-maven3" % "3.0.0"
[org.hudsonci.plugins/hudson-maven3 "3.0.0"]