s

super-pom

The super pom description,all project can extends this pom,for we can use the same version
https://github.com/glameyzhou/super-pom
The Apache License, Version 2.0
zhouyang.zhou
Files download
File Operation
super-pom-1.0.4.pom download
Apache Maven
<dependency>
  <groupId>org.glamey</groupId>
  <artifactId>super-pom</artifactId>
  <version>1.0.4</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.glamey:super-pom:1.0.4'
Gradle Kotlin
implementation("org.glamey:super-pom:1.0.4")
Scala SBT
libraryDependencies += "org.glamey" % "super-pom" % "1.0.4"
Groovy Grape
@Grapes(
  @Grab(group='org.glamey', module='super-pom', version='1.0.4')
)
Apache Ivy
<dependency org="org.glamey" name="super-pom" rev="1.0.4" />
Leiningen
[org.glamey/super-pom "1.0.4"]
Apache Buildr
'org.glamey:super-pom:jar:1.0.4'
Dependencies
The project has no third-party dependencies