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