MVN

com.github.rahulsom : muval

Maven & Gradle

Jan 07, 2023
2 stars

muval · Meaningful Use Validator based on NIST's own.

<dependency>
    <groupId>com.github.rahulsom</groupId>
    <artifactId>muval</artifactId>
    <version>0.5.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.rahulsom : muval to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.5.0
  • Latest Release Candidate: 0.3.0-rc.1

All Versions

Choose a version of com.github.rahulsom : muval to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.5.x
muval-0.5.0
0.4.x
muval-0.4.0
0.3.x
muval-0.3.0
muval-0.3.0-rc.1
0.2
muval-0.2

How to add a dependency to Maven

Add the following com.github.rahulsom : muval maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.rahulsom</groupId>
    <artifactId>muval</artifactId>
    <version>0.5.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.rahulsom : muval gradle dependency to your build.gradle file:

implementation 'com.github.rahulsom:muval:0.5.0'

Gradle Kotlin DSL: Add the following com.github.rahulsom : muval gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.rahulsom:muval:0.5.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.rahulsom : muval sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.rahulsom" % "muval" % "0.5.0"