xml-formatter

XML Formatter for use with formatter-maven-plugin

License

License

Categories

Categories

Net ORM Data
GroupId

GroupId

net.revelc.code.formatter
ArtifactId

ArtifactId

xml-formatter
Last Version

Last Version

0.2.2
Release Date

Release Date

Type

Type

jar
Description

Description

xml-formatter
XML Formatter for use with formatter-maven-plugin
Project URL

Project URL

https://github.com/revelc/xml-formatter/
Source Code Management

Source Code Management

https://github.com/revelc/xml-formatter

Download xml-formatter

How to add to project

<!-- https://jarcasting.com/artifacts/net.revelc.code.formatter/xml-formatter/ -->
<dependency>
    <groupId>net.revelc.code.formatter</groupId>
    <artifactId>xml-formatter</artifactId>
    <version>0.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/net.revelc.code.formatter/xml-formatter/
implementation 'net.revelc.code.formatter:xml-formatter:0.2.2'
// https://jarcasting.com/artifacts/net.revelc.code.formatter/xml-formatter/
implementation ("net.revelc.code.formatter:xml-formatter:0.2.2")
'net.revelc.code.formatter:xml-formatter:jar:0.2.2'
<dependency org="net.revelc.code.formatter" name="xml-formatter" rev="0.2.2">
  <artifact name="xml-formatter" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.revelc.code.formatter', module='xml-formatter', version='0.2.2')
)
libraryDependencies += "net.revelc.code.formatter" % "xml-formatter" % "0.2.2"
[net.revelc.code.formatter/xml-formatter "0.2.2"]

Dependencies

test (2)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-api jar 5.7.1
org.junit.jupiter : junit-jupiter-engine jar 5.7.1

Project Modules

There are no modules declared in this project.

xml-formatter

mvn verify Maven Central License

This project provides a library to (re)format your XML files. It is based on Eclipse's Ant Formatter with some modification and extra features. It is deigned to be used by revelc's formatter-maven-plugin but should be usable in other contexts.

This software is provided WITHOUT ANY WARRANTY, and is available under the Eclipse Public License, Version 2. Any code loss caused by using this plugin is not the responsibility of the author(s). Be sure to use some source repository management system such as GIT before using this library.

Contributions are welcome.

net.revelc.code.formatter

code.revelc.net

Random open source software for the public good.

Versions

Version
0.2.2
0.2.1
0.2.0
0.1.1
0.1.0