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