GroupId | GroupIdcom.atlassian.pom |
---|---|
ArtifactId | ArtifactIdatlassian-base-pom |
Last Version | Last Version20 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionAtlassian Base POM
Base POM for Atlassian projects
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
atlassian-base-pom-20.pom | 18 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.atlassian.pom/atlassian-base-pom/ -->
<dependency>
<groupId>com.atlassian.pom</groupId>
<artifactId>atlassian-base-pom</artifactId>
<version>20</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.atlassian.pom/atlassian-base-pom/
implementation 'com.atlassian.pom:atlassian-base-pom:20'
// https://jarcasting.com/artifacts/com.atlassian.pom/atlassian-base-pom/
implementation ("com.atlassian.pom:atlassian-base-pom:20")
'com.atlassian.pom:atlassian-base-pom:pom:20'
<dependency org="com.atlassian.pom" name="atlassian-base-pom" rev="20">
<artifact name="atlassian-base-pom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.atlassian.pom', module='atlassian-base-pom', version='20')
)
libraryDependencies += "com.atlassian.pom" % "atlassian-base-pom" % "20"
[com.atlassian.pom/atlassian-base-pom "20"]