is not current version
Last Version 2.4.0-M.4

io.atlasmap.com.sun.xsom:xsom 2.3.0-M.3

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.

Categories

Categories

ASM Application Layer Libs Bytecode Manipulation
GroupId

GroupId

io.atlasmap.com.sun.xsom
ArtifactId

ArtifactId

xsom
Version

Version

2.3.0-M.3
Type

Type

jar

Download xsom 2.3.0-M.3


<!-- https://jarcasting.com/artifacts/io.atlasmap.com.sun.xsom/xsom/ -->
<dependency>
    <groupId>io.atlasmap.com.sun.xsom</groupId>
    <artifactId>xsom</artifactId>
    <version>2.3.0-M.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.atlasmap.com.sun.xsom/xsom/
implementation 'io.atlasmap.com.sun.xsom:xsom:2.3.0-M.3'
// https://jarcasting.com/artifacts/io.atlasmap.com.sun.xsom/xsom/
implementation ("io.atlasmap.com.sun.xsom:xsom:2.3.0-M.3")
'io.atlasmap.com.sun.xsom:xsom:jar:2.3.0-M.3'
<dependency org="io.atlasmap.com.sun.xsom" name="xsom" rev="2.3.0-M.3">
  <artifact name="xsom" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.atlasmap.com.sun.xsom', module='xsom', version='2.3.0-M.3')
)
libraryDependencies += "io.atlasmap.com.sun.xsom" % "xsom" % "2.3.0-M.3"
[io.atlasmap.com.sun.xsom/xsom "2.3.0-M.3"]