p

parent-pom

Just the parent POM, default information and such.
https://github.com/luanpotter/parent-pom
MIT License
Luan Nico
Files download
File Operation
parent-pom-1.1.1.pom download
Apache Maven
<dependency>
  <groupId>xyz.luan</groupId>
  <artifactId>parent-pom</artifactId>
  <version>1.1.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'xyz.luan:parent-pom:1.1.1'
Gradle Kotlin
implementation("xyz.luan:parent-pom:1.1.1")
Scala SBT
libraryDependencies += "xyz.luan" % "parent-pom" % "1.1.1"
Groovy Grape
@Grapes(
  @Grab(group='xyz.luan', module='parent-pom', version='1.1.1')
)
Apache Ivy
<dependency org="xyz.luan" name="parent-pom" rev="1.1.1" />
Leiningen
[xyz.luan/parent-pom "1.1.1"]
Apache Buildr
'xyz.luan:parent-pom:jar:1.1.1'
Dependencies
The project has no third-party dependencies