MVN

com.itelg.spring : spring-xom-unmarshaller

Maven & Gradle

Aug 13, 2020
1 usages
1 stars

spring-xom-unmarshaller · Spring XML Unmarshalling with XOM

<dependency>
    <groupId>com.itelg.spring</groupId>
    <artifactId>spring-xom-unmarshaller</artifactId>
    <version>1.4.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.4.0
  • Latest Release Candidate: 1.4.0-RC4

All Versions

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

Version Vulnerabilities Updated
1.4.x
spring-xom-unmarshaller-1.4.0
spring-xom-unmarshaller-1.4.0-RC4
spring-xom-unmarshaller-1.4.0-RC2
spring-xom-unmarshaller-1.4.0-RC1
1.3.x
spring-xom-unmarshaller-1.3.0
1.2.x
spring-xom-unmarshaller-1.2.0-RELEASE
1.1.x
spring-xom-unmarshaller-1.1.0-RELEASE
1.0.x
spring-xom-unmarshaller-1.0.4-RELEASE
spring-xom-unmarshaller-1.0.3-RELEASE
spring-xom-unmarshaller-1.0.2-RELEASE
spring-xom-unmarshaller-1.0.1-RELEASE
spring-xom-unmarshaller-1.0.0-RELEASE
spring-xom-unmarshaller-1.0.0-RC1
0.2.x
spring-xom-unmarshaller-0.2.2-RELEASE
spring-xom-unmarshaller-0.2.1-RELEASE
spring-xom-unmarshaller-0.2.0-RELEASE
0.1.x
spring-xom-unmarshaller-0.1.1-RELEASE
spring-xom-unmarshaller-0.1.0-RELEASE
0.0.x
spring-xom-unmarshaller-0.0.2-RELEASE
spring-xom-unmarshaller-0.0.1-RELEASE

How to add a dependency to Maven

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

<dependency>
    <groupId>com.itelg.spring</groupId>
    <artifactId>spring-xom-unmarshaller</artifactId>
    <version>1.4.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.itelg.spring:spring-xom-unmarshaller:1.4.0'

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

implementation("com.itelg.spring:spring-xom-unmarshaller:1.4.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.itelg.spring" % "spring-xom-unmarshaller" % "1.4.0"