License |
License |
---|---|
GroupId | GroupIdcom.github.dmulcahey |
ArtifactId | ArtifactIdparent-pom |
Last Version | Last Version0.0.1 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionparent-pom
A parent pom used for building applications.
|
Project URL |
Project URL |
Filename | Size |
---|---|
parent-pom-0.0.1.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.dmulcahey/parent-pom/ -->
<dependency>
<groupId>com.github.dmulcahey</groupId>
<artifactId>parent-pom</artifactId>
<version>0.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.dmulcahey/parent-pom/
implementation 'com.github.dmulcahey:parent-pom:0.0.1'
// https://jarcasting.com/artifacts/com.github.dmulcahey/parent-pom/
implementation ("com.github.dmulcahey:parent-pom:0.0.1")
'com.github.dmulcahey:parent-pom:pom:0.0.1'
<dependency org="com.github.dmulcahey" name="parent-pom" rev="0.0.1">
<artifact name="parent-pom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.dmulcahey', module='parent-pom', version='0.0.1')
)
libraryDependencies += "com.github.dmulcahey" % "parent-pom" % "0.0.1"
[com.github.dmulcahey/parent-pom "0.0.1"]