is not current version
Last Version 1.58

no.entur:schema2proto-xsom 1.12

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.

GroupId

GroupId

no.entur
ArtifactId

ArtifactId

schema2proto-xsom
Version

Version

1.12
Type

Type

jar

Download schema2proto-xsom 1.12


<!-- https://jarcasting.com/artifacts/no.entur/schema2proto-xsom/ -->
<dependency>
    <groupId>no.entur</groupId>
    <artifactId>schema2proto-xsom</artifactId>
    <version>1.12</version>
</dependency>
// https://jarcasting.com/artifacts/no.entur/schema2proto-xsom/
implementation 'no.entur:schema2proto-xsom:1.12'
// https://jarcasting.com/artifacts/no.entur/schema2proto-xsom/
implementation ("no.entur:schema2proto-xsom:1.12")
'no.entur:schema2proto-xsom:jar:1.12'
<dependency org="no.entur" name="schema2proto-xsom" rev="1.12">
  <artifact name="schema2proto-xsom" type="jar" />
</dependency>
@Grapes(
@Grab(group='no.entur', module='schema2proto-xsom', version='1.12')
)
libraryDependencies += "no.entur" % "schema2proto-xsom" % "1.12"
[no.entur/schema2proto-xsom "1.12"]