MVN

org.mycore.mets : mets-model

Maven & Gradle

Feb 28, 2020
2 usages
2 stars

Mets Model

<dependency>
    <groupId>org.mycore.mets</groupId>
    <artifactId>mets-model</artifactId>
    <version>2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.mycore.mets : mets-model to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0

All Versions

Choose a version of org.mycore.mets : mets-model to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0
mets-model-2.0
0.13
mets-model-0.13
0.12
mets-model-0.12
0.11
mets-model-0.11

How to add a dependency to Maven

Add the following org.mycore.mets : mets-model maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.mycore.mets</groupId>
    <artifactId>mets-model</artifactId>
    <version>2.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.mycore.mets : mets-model gradle dependency to your build.gradle file:

implementation 'org.mycore.mets:mets-model:2.0'

Gradle Kotlin DSL: Add the following org.mycore.mets : mets-model gradle kotlin dependency to your build.gradle.kts file:

implementation("org.mycore.mets:mets-model:2.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.mycore.mets : mets-model sbt scala dependency to your build.sbt file:

libraryDependencies += "org.mycore.mets" % "mets-model" % "2.0"

Advertisement