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