Categories |
CategoriesBamboo Build Tools Continuous Integration and Continuous Delivery |
---|---|
GroupId | GroupIdcom.atlassian.bamboo |
ArtifactId | ArtifactIdbamboo-specs-api |
Version | Version7.1.0-BAM-14321-webhooks |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.atlassian.bamboo/bamboo-specs-api/ -->
<dependency>
<groupId>com.atlassian.bamboo</groupId>
<artifactId>bamboo-specs-api</artifactId>
<version>7.1.0-BAM-14321-webhooks</version>
</dependency>
// https://jarcasting.com/artifacts/com.atlassian.bamboo/bamboo-specs-api/
implementation 'com.atlassian.bamboo:bamboo-specs-api:7.1.0-BAM-14321-webhooks'
// https://jarcasting.com/artifacts/com.atlassian.bamboo/bamboo-specs-api/
implementation ("com.atlassian.bamboo:bamboo-specs-api:7.1.0-BAM-14321-webhooks")
'com.atlassian.bamboo:bamboo-specs-api:jar:7.1.0-BAM-14321-webhooks'
<dependency org="com.atlassian.bamboo" name="bamboo-specs-api" rev="7.1.0-BAM-14321-webhooks">
<artifact name="bamboo-specs-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.atlassian.bamboo', module='bamboo-specs-api', version='7.1.0-BAM-14321-webhooks')
)
libraryDependencies += "com.atlassian.bamboo" % "bamboo-specs-api" % "7.1.0-BAM-14321-webhooks"
[com.atlassian.bamboo/bamboo-specs-api "7.1.0-BAM-14321-webhooks"]