MVN

io.atlasmap.com.sun.xsom : xsom

Maven & Gradle

Oct 10, 2022
3 usages

XSOM · XML Schema Object Model (XSOM) is a Java library that allows applications to easily parse XML Schema documents and inspect information in them. It is expected to be useful for applications that need to take XML Schema as an input.

<dependency>
    <groupId>io.atlasmap.com.sun.xsom</groupId>
    <artifactId>xsom</artifactId>
    <version>2.5.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.atlasmap.com.sun.xsom : xsom to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.5.2

All Versions

Choose a version of io.atlasmap.com.sun.xsom : xsom to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.5.x
xsom-2.5.2
xsom-2.5.1
xsom-2.5.0
2.4.x
xsom-2.4.0
xsom-2.4.0-M.4
xsom-2.4.0-M.3
xsom-2.4.0-M.2
xsom-2.4.0-M.1
2.3.x
xsom-2.3.19
xsom-2.3.18
xsom-2.3.17
xsom-2.3.16
xsom-2.3.15
xsom-2.3.14
xsom-2.3.13
xsom-2.3.12
xsom-2.3.11
xsom-2.3.10
xsom-2.3.9
xsom-2.3.8
xsom-2.3.7
xsom-2.3.6
xsom-2.3.5
xsom-2.3.4
xsom-2.3.3
xsom-2.3.2
xsom-2.3.1
xsom-2.3.0
xsom-2.3.0-M.5
xsom-2.3.0-M.3
2.2.x
xsom-2.2.3
xsom-2.2.2
xsom-2.2.1
xsom-2.2.0
xsom-2.2.0-M.7
xsom-2.2.0-M.6
xsom-2.2.0-M.5
xsom-2.2.0-M.4
xsom-2.2.0-M.3
xsom-2.2.0-M.1
2.1.x
xsom-2.1.6
xsom-2.1.5
xsom-2.1.4
xsom-2.1.3
xsom-2.1.2
xsom-2.1.1
xsom-2.1.0
xsom-2.1.0-M.6
xsom-2.1.0-M.5
xsom-2.1.0-M.4
xsom-2.1.0-M.3
xsom-2.1.0-M.2
xsom-2.1.0-M.1
2.0.x
xsom-2.0.10
xsom-2.0.9
xsom-2.0.8
xsom-2.0.7
xsom-2.0.6
xsom-2.0.5
xsom-2.0.4
xsom-2.0.3
xsom-2.0.2
xsom-2.0.1
xsom-2.0.0
xsom-2.0.0-M.4
xsom-2.0.0-M.3
xsom-2.0.0-M.2
xsom-2.0.0-M.1
1.44.x
xsom-1.44.0-M2
xsom-1.44.0-M1
1.43.x
xsom-1.43.4
xsom-1.43.3
xsom-1.43.2
xsom-1.43.1
xsom-1.43.0

How to add a dependency to Maven

Add the following io.atlasmap.com.sun.xsom : xsom maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.atlasmap.com.sun.xsom</groupId>
    <artifactId>xsom</artifactId>
    <version>2.5.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.atlasmap.com.sun.xsom : xsom gradle dependency to your build.gradle file:

implementation 'io.atlasmap.com.sun.xsom:xsom:2.5.2'

Gradle Kotlin DSL: Add the following io.atlasmap.com.sun.xsom : xsom gradle kotlin dependency to your build.gradle.kts file:

implementation("io.atlasmap.com.sun.xsom:xsom:2.5.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.atlasmap.com.sun.xsom : xsom sbt scala dependency to your build.sbt file:

libraryDependencies += "io.atlasmap.com.sun.xsom" % "xsom" % "2.5.2"

Advertisement