is not current version
Last Version 1.4.0

com.itelg.spring:spring-xom-unmarshaller 1.1.0-RELEASE

Spring XML Unmarshalling with XOM

GroupId

GroupId

com.itelg.spring
ArtifactId

ArtifactId

spring-xom-unmarshaller
Version

Version

1.1.0-RELEASE
Type

Type

jar

Download spring-xom-unmarshaller 1.1.0-RELEASE


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