MVN

uk.ac.gate.mimir : mimir-client

Maven & Gradle

May 28, 2021
8 stars
<dependency>
    <groupId>uk.ac.gate.mimir</groupId>
    <artifactId>mimir-client</artifactId>
    <version>6.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of uk.ac.gate.mimir : mimir-client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 6.2
  • Latest Alpha: 6.0-alpha1

All Versions

Choose a version of uk.ac.gate.mimir : mimir-client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
6.2
mimir-client-6.2
6.1.x
mimir-client-6.1.1
6.1
mimir-client-6.1
6.0
mimir-client-6.0
mimir-client-6.0-alpha1

How to add a dependency to Maven

Add the following uk.ac.gate.mimir : mimir-client maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>uk.ac.gate.mimir</groupId>
    <artifactId>mimir-client</artifactId>
    <version>6.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following uk.ac.gate.mimir : mimir-client gradle dependency to your build.gradle file:

implementation 'uk.ac.gate.mimir:mimir-client:6.2'

Gradle Kotlin DSL: Add the following uk.ac.gate.mimir : mimir-client gradle kotlin dependency to your build.gradle.kts file:

implementation("uk.ac.gate.mimir:mimir-client:6.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following uk.ac.gate.mimir : mimir-client sbt scala dependency to your build.sbt file:

libraryDependencies += "uk.ac.gate.mimir" % "mimir-client" % "6.2"