MVN

com.itelg.spring : spring-xml-extensions

Maven & Gradle

Jul 02, 2016

spring-xml-extensions · Spring Marshaller/Unmarshaller based on Xom

<dependency>
    <groupId>com.itelg.spring</groupId>
    <artifactId>spring-xml-extensions</artifactId>
    <version>0.3.0-RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.itelg.spring : spring-xml-extensions to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.3.0-RELEASE

All Versions

Choose a version of com.itelg.spring : spring-xml-extensions to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.3.x
spring-xml-extensions-0.3.0-RELEASE
0.2.x
spring-xml-extensions-0.2.1-RELEASE
spring-xml-extensions-0.2.0-RELEASE

How to add a dependency to Maven

Add the following com.itelg.spring : spring-xml-extensions maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.itelg.spring</groupId>
    <artifactId>spring-xml-extensions</artifactId>
    <version>0.3.0-RELEASE</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.itelg.spring : spring-xml-extensions gradle dependency to your build.gradle file:

implementation 'com.itelg.spring:spring-xml-extensions:0.3.0-RELEASE'

Gradle Kotlin DSL: Add the following com.itelg.spring : spring-xml-extensions gradle kotlin dependency to your build.gradle.kts file:

implementation("com.itelg.spring:spring-xml-extensions:0.3.0-RELEASE")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.itelg.spring : spring-xml-extensions sbt scala dependency to your build.sbt file:

libraryDependencies += "com.itelg.spring" % "spring-xml-extensions" % "0.3.0-RELEASE"