s

sortpom-sorter

The sorting functionality
Files download
File Operation
sortpom-sorter-2.7.0.jar download
sortpom-sorter-2.7.0.pom download
sortpom-sorter-2.7.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.ekryd.sortpom</groupId>
  <artifactId>sortpom-sorter</artifactId>
  <version>2.7.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.ekryd.sortpom:sortpom-sorter:2.7.0'
Gradle Kotlin
implementation("com.github.ekryd.sortpom:sortpom-sorter:2.7.0")
Scala SBT
libraryDependencies += "com.github.ekryd.sortpom" % "sortpom-sorter" % "2.7.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.ekryd.sortpom', module='sortpom-sorter', version='2.7.0')
)
Apache Ivy
<dependency org="com.github.ekryd.sortpom" name="sortpom-sorter" rev="2.7.0" />
Leiningen
[com.github.ekryd.sortpom/sortpom-sorter "2.7.0"]
Apache Buildr
'com.github.ekryd.sortpom:sortpom-sorter:jar:2.7.0'