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