is not current version
Last Version 2.3.1

com.google.code.sortpom:maven-sortpom 2.3.0

A Maven plugin that sorts the pom.xml file.

Categories

Categories

Maven Build Tools
GroupId

GroupId

com.google.code.sortpom
ArtifactId

ArtifactId

maven-sortpom
Version

Version

2.3.0
Type

Type

pom

Download maven-sortpom 2.3.0

Filename Size
maven-sortpom-2.3.0.pom 10 KB
Browse

<!-- https://jarcasting.com/artifacts/com.google.code.sortpom/maven-sortpom/ -->
<dependency>
    <groupId>com.google.code.sortpom</groupId>
    <artifactId>maven-sortpom</artifactId>
    <version>2.3.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.google.code.sortpom/maven-sortpom/
implementation 'com.google.code.sortpom:maven-sortpom:2.3.0'
// https://jarcasting.com/artifacts/com.google.code.sortpom/maven-sortpom/
implementation ("com.google.code.sortpom:maven-sortpom:2.3.0")
'com.google.code.sortpom:maven-sortpom:pom:2.3.0'
<dependency org="com.google.code.sortpom" name="maven-sortpom" rev="2.3.0">
  <artifact name="maven-sortpom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.google.code.sortpom', module='maven-sortpom', version='2.3.0')
)
libraryDependencies += "com.google.code.sortpom" % "maven-sortpom" % "2.3.0"
[com.google.code.sortpom/maven-sortpom "2.3.0"]