is not current version
Last Version 2.4.0

org.bremersee:common-xml 2.0.0

Common XML Processing

GroupId

GroupId

org.bremersee
ArtifactId

ArtifactId

common-xml
Version

Version

2.0.0
Type

Type

jar

Download common-xml 2.0.0


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