x

xml-format-maven-plugin

Automatically formats XML files in a project.
Files download
File Operation
xml-format-maven-plugin-3.0.3.jar download
xml-format-maven-plugin-3.0.3.pom download
xml-format-maven-plugin-3.0.3-sources.jar download
Apache Maven
<dependency>
  <groupId>au.com.acegi</groupId>
  <artifactId>xml-format-maven-plugin</artifactId>
  <version>3.0.3</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'au.com.acegi:xml-format-maven-plugin:3.0.3'
Gradle Kotlin
implementation("au.com.acegi:xml-format-maven-plugin:3.0.3")
Scala SBT
libraryDependencies += "au.com.acegi" % "xml-format-maven-plugin" % "3.0.3"
Groovy Grape
@Grapes(
  @Grab(group='au.com.acegi', module='xml-format-maven-plugin', version='3.0.3')
)
Apache Ivy
<dependency org="au.com.acegi" name="xml-format-maven-plugin" rev="3.0.3" />
Leiningen
[au.com.acegi/xml-format-maven-plugin "3.0.3"]
Apache Buildr
'au.com.acegi:xml-format-maven-plugin:jar:3.0.3'