s

sortpom-sorter

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