MVN

org.mycore : mycore-validation

Maven & Gradle

Dec 22, 2023

MyCoRe Validation

<dependency>
    <groupId>org.mycore</groupId>
    <artifactId>mycore-validation</artifactId>
    <version>2023.11</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2023.11

All Versions

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

Version Vulnerabilities Updated
2023.11
mycore-validation-2023.11
2023.06.x
mycore-validation-2023.06.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.mycore</groupId>
    <artifactId>mycore-validation</artifactId>
    <version>2023.11</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.mycore:mycore-validation:2023.11'

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

implementation("org.mycore:mycore-validation:2023.11")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.mycore" % "mycore-validation" % "2023.11"

Advertisement