MVN

org.mycore.mir : mir-it

Maven & Gradle

Feb 03, 2023
1 usages
8 stars

MIR: Integration Tests · combines all modules and runs integration tests

<dependency>
    <groupId>org.mycore.mir</groupId>
    <artifactId>mir-it</artifactId>
    <version>2022.08</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2022.08

All Versions

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

  • Version Updated
  • mir-it-2022.08

    Feb 03, 2023
  • mir-it-2022.06.1

    Feb 03, 2023
  • mir-it-2022.06.0

    Sep 27, 2022
  • mir-it-2022.05

    Aug 02, 2022
  • mir-it-2021.06.1

    Jun 02, 2022
  • mir-it-2021.11

    Feb 18, 2022
  • mir-it-2021.06.0

    Oct 01, 2021
  • mir-it-2021.08

    Aug 30, 2021
  • mir-it-2021.05

    Jun 16, 2021
  • mir-it-2020.06.2

    Jun 11, 2021
  • mir-it-2021.02

    Feb 23, 2021
  • mir-it-2020.06.1

    Feb 23, 2021
  • mir-it-2020.11

    Nov 19, 2020
  • mir-it-2020.06.0

    Sep 28, 2020
  • mir-it-2020.08

    Sep 08, 2020
  • mir-it-2019.06.4

    Jun 30, 2020
  • mir-it-2020.05

    Jun 10, 2020
  • mir-it-2019.06.3

    Mar 31, 2020
  • mir-it-2020.02

    Feb 29, 2020
  • mir-it-2019.06.2

    Dec 13, 2019
  • mir-it-2019.11

    Nov 29, 2019
  • mir-it-2019.06.1

    Sep 20, 2019
  • mir-it-2018.06.0.4

    Sep 19, 2019
  • mir-it-2019.05

    Jun 03, 2019
  • mir-it-2018.06.0.3

    Apr 09, 2019
  • mir-it-2019.02

    Feb 18, 2019
  • mir-it-2018.06.0.2

    Dec 20, 2018
  • mir-it-2018.11

    Nov 30, 2018
  • mir-it-2018.06.0.1

    Oct 01, 2018
  • mir-it-2018.08

    Aug 28, 2018
  • mir-it-2018.06.0

    Aug 07, 2018
  • mir-it-2018.05

    Jun 19, 2018

How to add a dependency to Maven

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

<dependency>
    <groupId>org.mycore.mir</groupId>
    <artifactId>mir-it</artifactId>
    <version>2022.08</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.mycore.mir:mir-it:2022.08'

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

implementation("org.mycore.mir:mir-it:2022.08")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.mycore.mir" % "mir-it" % "2022.08"