Categories |
CategoriesBamboo Build Tools Continuous Integration and Continuous Delivery |
---|---|
GroupId | GroupIdcom.atlassian.bamboo |
ArtifactId | ArtifactIdbamboo-specs-parent |
Version | Version8.0.0-m04 |
Type | Typepom |
Filename | Size |
---|---|
bamboo-specs-parent-8.0.0-m04.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.0-m04</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.atlassian.bamboo/bamboo-specs-parent/
implementation 'com.atlassian.bamboo:bamboo-specs-parent:8.0.0-m04'
// https://jarcasting.com/artifacts/com.atlassian.bamboo/bamboo-specs-parent/
implementation ("com.atlassian.bamboo:bamboo-specs-parent:8.0.0-m04")
'com.atlassian.bamboo:bamboo-specs-parent:pom:8.0.0-m04'
<dependency org="com.atlassian.bamboo" name="bamboo-specs-parent" rev="8.0.0-m04">
<artifact name="bamboo-specs-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.atlassian.bamboo', module='bamboo-specs-parent', version='8.0.0-m04')
)
libraryDependencies += "com.atlassian.bamboo" % "bamboo-specs-parent" % "8.0.0-m04"
[com.atlassian.bamboo/bamboo-specs-parent "8.0.0-m04"]