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