is not current version
Last Version 2.4.0

org.bremersee:common-xml 1.0.3

Common XML Processing

GroupId

GroupId

org.bremersee
ArtifactId

ArtifactId

common-xml
Version

Version

1.0.3
Type

Type

jar

Download common-xml 1.0.3


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