m

metaschema-framework

A common build root for all NIST projects related to the Metaschema framework.
${site.url}
NIST License
National Institute of Standards and Technology
David Waltermire
Files download
File Operation
metaschema-framework-0.6.0.pom download
Apache Maven
<dependency>
  <groupId>gov.nist.secauto.metaschema</groupId>
  <artifactId>metaschema-framework</artifactId>
  <version>0.6.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'gov.nist.secauto.metaschema:metaschema-framework:0.6.0'
Gradle Kotlin
implementation("gov.nist.secauto.metaschema:metaschema-framework:0.6.0")
Scala SBT
libraryDependencies += "gov.nist.secauto.metaschema" % "metaschema-framework" % "0.6.0"
Groovy Grape
@Grapes(
  @Grab(group='gov.nist.secauto.metaschema', module='metaschema-framework', version='0.6.0')
)
Apache Ivy
<dependency org="gov.nist.secauto.metaschema" name="metaschema-framework" rev="0.6.0" />
Leiningen
[gov.nist.secauto.metaschema/metaschema-framework "0.6.0"]
Apache Buildr
'gov.nist.secauto.metaschema:metaschema-framework:jar:0.6.0'