MVN

gov.nist.secauto.metaschema : metaschema-testing

Maven & Gradle

Aug 15, 2023
7 stars

Metaschema Unit Testing Support

<dependency>
    <groupId>gov.nist.secauto.metaschema</groupId>
    <artifactId>metaschema-testing</artifactId>
    <version>0.12.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of gov.nist.secauto.metaschema : metaschema-testing to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.12.1

All Versions

Choose a version of gov.nist.secauto.metaschema : metaschema-testing to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.12.x
metaschema-testing-0.12.1
metaschema-testing-0.12.0
0.11.x
metaschema-testing-0.11.0
0.10.x
metaschema-testing-0.10.0
0.9.x
metaschema-testing-0.9.0
0.8.x
metaschema-testing-0.8.1
metaschema-testing-0.8.0
0.7.x
metaschema-testing-0.7.0

How to add a dependency to Maven

Add the following gov.nist.secauto.metaschema : metaschema-testing maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>gov.nist.secauto.metaschema</groupId>
    <artifactId>metaschema-testing</artifactId>
    <version>0.12.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following gov.nist.secauto.metaschema : metaschema-testing gradle dependency to your build.gradle file:

implementation 'gov.nist.secauto.metaschema:metaschema-testing:0.12.1'

Gradle Kotlin DSL: Add the following gov.nist.secauto.metaschema : metaschema-testing gradle kotlin dependency to your build.gradle.kts file:

implementation("gov.nist.secauto.metaschema:metaschema-testing:0.12.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following gov.nist.secauto.metaschema : metaschema-testing sbt scala dependency to your build.sbt file:

libraryDependencies += "gov.nist.secauto.metaschema" % "metaschema-testing" % "0.12.1"