Files download
File Operation
spring-xom-marshaller-1.3.0.jar download
spring-xom-marshaller-1.3.0.pom download
spring-xom-marshaller-1.3.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.itelg.spring</groupId>
  <artifactId>spring-xom-marshaller</artifactId>
  <version>1.3.0</version>
</dependency>
Gradle Groovy
implementation 'com.itelg.spring:spring-xom-marshaller:1.3.0'
Gradle Kotlin
implementation("com.itelg.spring:spring-xom-marshaller:1.3.0")
Scala SBT
libraryDependencies += "com.itelg.spring" % "spring-xom-marshaller" % "1.3.0"
Groovy Grape
@Grapes(
  @Grab(group='com.itelg.spring', module='spring-xom-marshaller', version='1.3.0')
)
Apache Ivy
<dependency org="com.itelg.spring" name="spring-xom-marshaller" rev="1.3.0" />
Leiningen
[com.itelg.spring/spring-xom-marshaller "1.3.0"]
Apache Buildr
'com.itelg.spring:spring-xom-marshaller:jar:1.3.0'