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-3.4.1.pom download
Apache Maven
<dependency>
  <groupId>com.github.ekryd.sortpom</groupId>
  <artifactId>sortpom-parent</artifactId>
  <version>3.4.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.ekryd.sortpom:sortpom-parent:3.4.1'
Gradle Kotlin
implementation("com.github.ekryd.sortpom:sortpom-parent:3.4.1")
Scala SBT
libraryDependencies += "com.github.ekryd.sortpom" % "sortpom-parent" % "3.4.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.ekryd.sortpom', module='sortpom-parent', version='3.4.1')
)
Apache Ivy
<dependency org="com.github.ekryd.sortpom" name="sortpom-parent" rev="3.4.1" />
Leiningen
[com.github.ekryd.sortpom/sortpom-parent "3.4.1"]
Apache Buildr
'com.github.ekryd.sortpom:sortpom-parent:jar:3.4.1'