s

sortpom-sorter

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