x

xml-format-maven-plugin

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