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