is not current version
Last Version 1.3.0

com.itelg.spring:spring-xom-marshaller 0.1.0-RELEASE

Spring XML Marshalling with XOM

GroupId

GroupId

com.itelg.spring
ArtifactId

ArtifactId

spring-xom-marshaller
Version

Version

0.1.0-RELEASE
Type

Type

jar

Download spring-xom-marshaller 0.1.0-RELEASE


<!-- https://jarcasting.com/artifacts/com.itelg.spring/spring-xom-marshaller/ -->
<dependency>
    <groupId>com.itelg.spring</groupId>
    <artifactId>spring-xom-marshaller</artifactId>
    <version>0.1.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.itelg.spring/spring-xom-marshaller/
implementation 'com.itelg.spring:spring-xom-marshaller:0.1.0-RELEASE'
// https://jarcasting.com/artifacts/com.itelg.spring/spring-xom-marshaller/
implementation ("com.itelg.spring:spring-xom-marshaller:0.1.0-RELEASE")
'com.itelg.spring:spring-xom-marshaller:jar:0.1.0-RELEASE'
<dependency org="com.itelg.spring" name="spring-xom-marshaller" rev="0.1.0-RELEASE">
  <artifact name="spring-xom-marshaller" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.itelg.spring', module='spring-xom-marshaller', version='0.1.0-RELEASE')
)
libraryDependencies += "com.itelg.spring" % "spring-xom-marshaller" % "0.1.0-RELEASE"
[com.itelg.spring/spring-xom-marshaller "0.1.0-RELEASE"]