s

sortpom-sorter

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