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