| License | License | 
|---|---|
| Categories | CategoriesASM Application Layer Libs Bytecode Manipulation | 
| GroupId | GroupIdio.atlasmap.com.sun.xsom | 
| ArtifactId | ArtifactIdxsom | 
| Last Version | Last Version2.4.0-M.4 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionXSOM 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. | 
| Project URL | Project URL | 
| Project Organization | Project Organization | 
| Filename | Size | 
|---|---|
| xsom-2.4.0-M.4.pom | |
| xsom-2.4.0-M.4.jar | 414 KB | 
| xsom-2.4.0-M.4-tests.jar | 13 KB | 
| xsom-2.4.0-M.4-sources.jar | 366 KB | 
| xsom-2.4.0-M.4-javadoc.jar | 1012 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/io.atlasmap.com.sun.xsom/xsom/ -->
<dependency>
    <groupId>io.atlasmap.com.sun.xsom</groupId>
    <artifactId>xsom</artifactId>
    <version>2.4.0-M.4</version>
</dependency>// https://jarcasting.com/artifacts/io.atlasmap.com.sun.xsom/xsom/
implementation 'io.atlasmap.com.sun.xsom:xsom:2.4.0-M.4'// https://jarcasting.com/artifacts/io.atlasmap.com.sun.xsom/xsom/
implementation ("io.atlasmap.com.sun.xsom:xsom:2.4.0-M.4")'io.atlasmap.com.sun.xsom:xsom:jar:2.4.0-M.4'<dependency org="io.atlasmap.com.sun.xsom" name="xsom" rev="2.4.0-M.4">
  <artifact name="xsom" type="jar" />
</dependency>@Grapes(
@Grab(group='io.atlasmap.com.sun.xsom', module='xsom', version='2.4.0-M.4')
)libraryDependencies += "io.atlasmap.com.sun.xsom" % "xsom" % "2.4.0-M.4"[io.atlasmap.com.sun.xsom/xsom "2.4.0-M.4"]| Group / Artifact | Type | Version | 
|---|---|---|
| relaxngDatatype : relaxngDatatype | jar | 20020414 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.13.2 |