is not current version
Last Version 1.3.0

com.itelg.spring:spring-xom-marshaller 1.3.0-RC1

Spring XML Marshalling with XOM

GroupId

GroupId

com.itelg.spring
ArtifactId

ArtifactId

spring-xom-marshaller
Version

Version

1.3.0-RC1
Type

Type

jar

Download spring-xom-marshaller 1.3.0-RC1


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