Categories |
CategoriesBamboo Build Tools Continuous Integration and Continuous Delivery |
---|---|
GroupId | GroupIdcom.atlassian.bamboo |
ArtifactId | ArtifactIdbamboo-specs-parent |
Version | Version8.0.1-m02 |
Type | Typepom |
Filename | Size |
---|---|
bamboo-specs-parent-8.0.1-m02.pom | |
Browse |
<!-- https://jarcasting.com/artifacts/com.atlassian.bamboo/bamboo-specs-parent/ -->
<dependency>
<groupId>com.atlassian.bamboo</groupId>
<artifactId>bamboo-specs-parent</artifactId>
<version>8.0.1-m02</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.atlassian.bamboo/bamboo-specs-parent/
implementation 'com.atlassian.bamboo:bamboo-specs-parent:8.0.1-m02'
// https://jarcasting.com/artifacts/com.atlassian.bamboo/bamboo-specs-parent/
implementation ("com.atlassian.bamboo:bamboo-specs-parent:8.0.1-m02")
'com.atlassian.bamboo:bamboo-specs-parent:pom:8.0.1-m02'
<dependency org="com.atlassian.bamboo" name="bamboo-specs-parent" rev="8.0.1-m02">
<artifact name="bamboo-specs-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.atlassian.bamboo', module='bamboo-specs-parent', version='8.0.1-m02')
)
libraryDependencies += "com.atlassian.bamboo" % "bamboo-specs-parent" % "8.0.1-m02"
[com.atlassian.bamboo/bamboo-specs-parent "8.0.1-m02"]