MVN

net.java.dev.msv : msv

Maven & Gradle

Jul 27, 2022
18 stars

msv · The Multi Schema Validation toolkit is a Java based toolkit consisting of 8 different submodules. The core module is the Multi-Schema XML Validator (MSV) for the validation of XML documents against several kinds of XML schemata The core supports RELAX NG, RELAX Namespace, RELAX Core, TREX, XML DTDs, and a subset of XML Schema Part 1. This core offers an API useable for programmatic access of the grammar, such as code generation.

<dependency>
    <groupId>net.java.dev.msv</groupId>
    <artifactId>msv</artifactId>
    <version>2022.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.java.dev.msv : msv to add to Maven - Latest Versions:

  • Latest Stable: 2022.7

All Versions

Choose a version of net.java.dev.msv : msv to add to Maven - All Versions:

Version Vulnerabilities Updated
2022.7
msv-2022.7
2013.6.x
msv-2013.6.1
2013.5.x
msv-2013.5.1
2013.2.x
msv-2013.2.3
msv-2013.2.2
2013.2
msv-2013.2
2011.1
msv-2011.1
2009.1
msv-2009.1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>net.java.dev.msv</groupId>
    <artifactId>msv</artifactId>
    <version>2022.7</version>
</dependency>

Advertisement