MVN

org.verapdf.plugins : metsMetadata-plugin

Maven & Gradle

Jun 10, 2019
1 usages
<dependency>
    <groupId>org.verapdf.plugins</groupId>
    <artifactId>metsMetadata-plugin</artifactId>
    <version>1.14.10-RC</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.verapdf.plugins : metsMetadata-plugin to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.14.10-RC
  • Latest Release Candidate: 1.14.10-RC

All Versions

Choose a version of org.verapdf.plugins : metsMetadata-plugin to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.14.x
metsMetadata-plugin-1.14.10-RC
metsMetadata-plugin-1.14.9-RC
metsMetadata-plugin-1.14.8-RC
metsMetadata-plugin-1.14.7-RC
metsMetadata-plugin-1.14.6-RC
metsMetadata-plugin-1.14.2-RC

How to add a dependency to Maven

Add the following org.verapdf.plugins : metsMetadata-plugin maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.verapdf.plugins</groupId>
    <artifactId>metsMetadata-plugin</artifactId>
    <version>1.14.10-RC</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.verapdf.plugins : metsMetadata-plugin gradle dependency to your build.gradle file:

implementation 'org.verapdf.plugins:metsMetadata-plugin:1.14.10-RC'

Gradle Kotlin DSL: Add the following org.verapdf.plugins : metsMetadata-plugin gradle kotlin dependency to your build.gradle.kts file:

implementation("org.verapdf.plugins:metsMetadata-plugin:1.14.10-RC")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.verapdf.plugins : metsMetadata-plugin sbt scala dependency to your build.sbt file:

libraryDependencies += "org.verapdf.plugins" % "metsMetadata-plugin" % "1.14.10-RC"

Advertisement