License |
License |
---|---|
GroupId | GroupIdno.entur |
ArtifactId | ArtifactIdschema2proto-xsom |
Version | Version1.41 |
Type | Typejar |
Description |
Descriptionschema2proto-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.
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
schema2proto-xsom-1.41.pom | |
schema2proto-xsom-1.41.jar | 407 KB |
schema2proto-xsom-1.41-sources.jar | 307 KB |
schema2proto-xsom-1.41-javadoc.jar | 585 KB |
Browse |
<!-- https://jarcasting.com/artifacts/no.entur/schema2proto-xsom/ -->
<dependency>
<groupId>no.entur</groupId>
<artifactId>schema2proto-xsom</artifactId>
<version>1.41</version>
</dependency>
// https://jarcasting.com/artifacts/no.entur/schema2proto-xsom/
implementation 'no.entur:schema2proto-xsom:1.41'
// https://jarcasting.com/artifacts/no.entur/schema2proto-xsom/
implementation ("no.entur:schema2proto-xsom:1.41")
'no.entur:schema2proto-xsom:jar:1.41'
<dependency org="no.entur" name="schema2proto-xsom" rev="1.41">
<artifact name="schema2proto-xsom" type="jar" />
</dependency>
@Grapes(
@Grab(group='no.entur', module='schema2proto-xsom', version='1.41')
)
libraryDependencies += "no.entur" % "schema2proto-xsom" % "1.41"
[no.entur/schema2proto-xsom "1.41"]
Group / Artifact | Type | Version |
---|---|---|
com.sun.xml.bind.external : relaxng-datatype | jar | 3.0.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |