bamboo-specs-extension
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.atlassian.bamboo.specs.extension</groupId> <artifactId>bamboo-specs-extension</artifactId> <version>1.3.21</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <!-- This module was also published with a richer model, Gradle metadata, --> <!-- which should be used instead. Do not delete the following line which --> <!-- is to indicate to Gradle or any Gradle module metadata file consumer --> <!-- that they should prefer consuming it instead. --> <!-- do_not_remove: published-with-gradle-metadata --> <modelVersion>4.0.0</modelVersion> <groupId>com.atlassian.bamboo.specs.extension</groupId> <artifactId>bamboo-specs-extension</artifactId> <version>1.3.21</version> <dependencies> <dependency> <groupId>com.atlassian.bamboo</groupId> <artifactId>bamboo-specs-api</artifactId> <version>9.6.5</version> <scope>compile</scope> </dependency> <dependency> <groupId>com.atlassian.bamboo</groupId> <artifactId>bamboo-specs</artifactId> <version>9.6.5</version> <scope>compile</scope> </dependency> <dependency> <groupId>org.jetbrains.kotlin</groupId> <artifactId>kotlin-stdlib</artifactId> <version>2.1.10</version> <scope>compile</scope> </dependency> </dependencies> <name>Bamboo Specs Extension</name> <description>A Kotlin DSL for Bamboo Specs</description> <url>https://bitbucket.org/atlassian/bamboo-specs-extension/src</url> <licenses> <license> <name>Atlassian Customer Agreement</name> <url>https://www.atlassian.com/legal/customer-agreement</url> </license> </licenses> <scm> <connection>scm:git:ssh://git@bitbucket.org/atlassian/bamboo-specs-extension.git</connection> <developerConnection>scm:git:ssh://git@bitbucket.org/atlassian/bamboo-specs-extension.git</developerConnection> <url>https://bitbucket.org/atlassian/bamboo-specs-extension/src</url> </scm> <developers> <developer> <name>Charlie</name> <email>devrel@atlassian.com</email> <organization>Atlassian</organization> <organizationUrl>https://atlassian.com</organizationUrl> </developer> </developers> </project>