s

sortpom-parent

A Maven plugin that sorts the pom.xml file.
https://github.com/Ekryd/sortpom/
New BSD License
Björn Ekryd
Files download
File Operation
sortpom-parent-2.11.0.pom download
Apache Maven
<dependency>
  <groupId>com.github.ekryd.sortpom</groupId>
  <artifactId>sortpom-parent</artifactId>
  <version>2.11.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.ekryd.sortpom:sortpom-parent:2.11.0'
Gradle Kotlin
implementation("com.github.ekryd.sortpom:sortpom-parent:2.11.0")
Scala SBT
libraryDependencies += "com.github.ekryd.sortpom" % "sortpom-parent" % "2.11.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.ekryd.sortpom', module='sortpom-parent', version='2.11.0')
)
Apache Ivy
<dependency org="com.github.ekryd.sortpom" name="sortpom-parent" rev="2.11.0" />
Leiningen
[com.github.ekryd.sortpom/sortpom-parent "2.11.0"]
Apache Buildr
'com.github.ekryd.sortpom:sortpom-parent:jar:2.11.0'