Categories |
CategoriesHudson Build Tools Continuous Integration and Continuous Delivery CLI User Interface |
---|---|
GroupId | GroupIdorg.eclipse.hudson.plugins |
ArtifactId | ArtifactIdhudson-plugin-parent |
Version | Version3.2.0-M1 |
Type | Typepom |
Filename | Size |
---|---|
hudson-plugin-parent-3.2.0-M1.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.eclipse.hudson.plugins/hudson-plugin-parent/ -->
<dependency>
<groupId>org.eclipse.hudson.plugins</groupId>
<artifactId>hudson-plugin-parent</artifactId>
<version>3.2.0-M1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.hudson.plugins/hudson-plugin-parent/
implementation 'org.eclipse.hudson.plugins:hudson-plugin-parent:3.2.0-M1'
// https://jarcasting.com/artifacts/org.eclipse.hudson.plugins/hudson-plugin-parent/
implementation ("org.eclipse.hudson.plugins:hudson-plugin-parent:3.2.0-M1")
'org.eclipse.hudson.plugins:hudson-plugin-parent:pom:3.2.0-M1'
<dependency org="org.eclipse.hudson.plugins" name="hudson-plugin-parent" rev="3.2.0-M1">
<artifact name="hudson-plugin-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.hudson.plugins', module='hudson-plugin-parent', version='3.2.0-M1')
)
libraryDependencies += "org.eclipse.hudson.plugins" % "hudson-plugin-parent" % "3.2.0-M1"
[org.eclipse.hudson.plugins/hudson-plugin-parent "3.2.0-M1"]