is not current version
Last Version 01.01.05

com.brentcroft.tools:pxr 01.01.03

Round trip java properties files to an extended XML format, including comments, retaining 100% fidelity.

GroupId

GroupId

com.brentcroft.tools
ArtifactId

ArtifactId

pxr
Version

Version

01.01.03
Type

Type

jar

Download pxr 01.01.03


<!-- https://jarcasting.com/artifacts/com.brentcroft.tools/pxr/ -->
<dependency>
    <groupId>com.brentcroft.tools</groupId>
    <artifactId>pxr</artifactId>
    <version>01.01.03</version>
</dependency>
// https://jarcasting.com/artifacts/com.brentcroft.tools/pxr/
implementation 'com.brentcroft.tools:pxr:01.01.03'
// https://jarcasting.com/artifacts/com.brentcroft.tools/pxr/
implementation ("com.brentcroft.tools:pxr:01.01.03")
'com.brentcroft.tools:pxr:jar:01.01.03'
<dependency org="com.brentcroft.tools" name="pxr" rev="01.01.03">
  <artifact name="pxr" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.brentcroft.tools', module='pxr', version='01.01.03')
)
libraryDependencies += "com.brentcroft.tools" % "pxr" % "01.01.03"
[com.brentcroft.tools/pxr "01.01.03"]