s

sortpom-sorter

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