License |
License
Apache-2.0
|
---|---|
GroupId | GroupIdcom.tngtech.atlassian |
ArtifactId | ArtifactIdrefapp-pom |
Version | Version3.1.1 |
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.1.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.tngtech.atlassian/refapp-pom/ -->
<dependency>
<groupId>com.tngtech.atlassian</groupId>
<artifactId>refapp-pom</artifactId>
<version>3.1.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.tngtech.atlassian/refapp-pom/
implementation 'com.tngtech.atlassian:refapp-pom:3.1.1'
// https://jarcasting.com/artifacts/com.tngtech.atlassian/refapp-pom/
implementation ("com.tngtech.atlassian:refapp-pom:3.1.1")
'com.tngtech.atlassian:refapp-pom:pom:3.1.1'
<dependency org="com.tngtech.atlassian" name="refapp-pom" rev="3.1.1">
<artifact name="refapp-pom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.tngtech.atlassian', module='refapp-pom', version='3.1.1')
)
libraryDependencies += "com.tngtech.atlassian" % "refapp-pom" % "3.1.1"
[com.tngtech.atlassian/refapp-pom "3.1.1"]