License |
License
Apache-2.0
|
---|---|
GroupId | GroupIdcom.tngtech.atlassian |
ArtifactId | ArtifactIdbase-pom |
Version | Version3.1.0 |
Type | Typepom |
Description |
DescriptionTNG's Atlassian Base POM
POM contains TNG's Atlassian specific configuration like Maven repositories and standard maven plugins.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
base-pom-3.1.0.pom | 45 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.tngtech.atlassian/base-pom/ -->
<dependency>
<groupId>com.tngtech.atlassian</groupId>
<artifactId>base-pom</artifactId>
<version>3.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.tngtech.atlassian/base-pom/
implementation 'com.tngtech.atlassian:base-pom:3.1.0'
// https://jarcasting.com/artifacts/com.tngtech.atlassian/base-pom/
implementation ("com.tngtech.atlassian:base-pom:3.1.0")
'com.tngtech.atlassian:base-pom:pom:3.1.0'
<dependency org="com.tngtech.atlassian" name="base-pom" rev="3.1.0">
<artifact name="base-pom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.tngtech.atlassian', module='base-pom', version='3.1.0')
)
libraryDependencies += "com.tngtech.atlassian" % "base-pom" % "3.1.0"
[com.tngtech.atlassian/base-pom "3.1.0"]