MVN

gov.nist.secauto.metaschema : metaschema-java-binding

Maven & Gradle

Aug 15, 2023
1 usages
7 stars

Metaschema Java Data Binding · A Metaschema binding-based parser for Java objects supporting serialization of conformant XML, JSON, and YAML data.

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

Latest Version

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

  • Latest Stable: 0.12.1

All Versions

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

Version Vulnerabilities Updated
0.12.x
metaschema-java-binding-0.12.1
metaschema-java-binding-0.12.0
0.11.x
metaschema-java-binding-0.11.0
0.10.x
metaschema-java-binding-0.10.0
0.9.x
metaschema-java-binding-0.9.0
0.8.x
metaschema-java-binding-0.8.1
metaschema-java-binding-0.8.0
0.7.x
metaschema-java-binding-0.7.0
0.6.x
metaschema-java-binding-0.6.0
0.5.x
metaschema-java-binding-0.5.0
0.4.x
metaschema-java-binding-0.4.0

How to add a dependency to Maven

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

<dependency>
    <groupId>gov.nist.secauto.metaschema</groupId>
    <artifactId>metaschema-java-binding</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-java-binding gradle dependency to your build.gradle file:

implementation 'gov.nist.secauto.metaschema:metaschema-java-binding:0.12.1'

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

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

How to add a dependency to SBT Scala

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

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

Advertisement