MVN

net.java.dev.msv : msv-relames

Maven & Gradle

Jul 27, 2022
14 stars

MSV Schematron Plugin

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

Latest Version

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

  • Latest Stable: 2022.7

All Versions

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

Version Vulnerabilities Updated
2022.7
msv-relames-2022.7

How to add a dependency to Maven

Add the following net.java.dev.msv : msv-relames maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

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

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.java.dev.msv : msv-relames gradle dependency to your build.gradle file:

implementation 'net.java.dev.msv:msv-relames:2022.7'

Gradle Kotlin DSL: Add the following net.java.dev.msv : msv-relames gradle kotlin dependency to your build.gradle.kts file:

implementation("net.java.dev.msv:msv-relames:2022.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.java.dev.msv : msv-relames sbt scala dependency to your build.sbt file:

libraryDependencies += "net.java.dev.msv" % "msv-relames" % "2022.7"

Advertisement