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