Categories |
CategoriesBamboo Build Tools Continuous Integration and Continuous Delivery |
---|---|
GroupId | GroupIdcom.atlassian.bamboo |
ArtifactId | ArtifactIdbamboo-specs |
Version | Version7.0.5 |
Type | Typejar |
Filename | Size |
---|---|
bamboo-specs-7.0.5.pom | |
bamboo-specs-7.0.5-sources.jar | 249 KB |
bamboo-specs-7.0.5-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.atlassian.bamboo/bamboo-specs/ -->
<dependency>
<groupId>com.atlassian.bamboo</groupId>
<artifactId>bamboo-specs</artifactId>
<version>7.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.atlassian.bamboo/bamboo-specs/
implementation 'com.atlassian.bamboo:bamboo-specs:7.0.5'
// https://jarcasting.com/artifacts/com.atlassian.bamboo/bamboo-specs/
implementation ("com.atlassian.bamboo:bamboo-specs:7.0.5")
'com.atlassian.bamboo:bamboo-specs:jar:7.0.5'
<dependency org="com.atlassian.bamboo" name="bamboo-specs" rev="7.0.5">
<artifact name="bamboo-specs" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.atlassian.bamboo', module='bamboo-specs', version='7.0.5')
)
libraryDependencies += "com.atlassian.bamboo" % "bamboo-specs" % "7.0.5"
[com.atlassian.bamboo/bamboo-specs "7.0.5"]