MVN

fi.metatavu.metamind : metamind-api-spec

Maven & Gradle

Feb 10, 2020
0 stars

metamind-api-spec · Specifications for Metamind API

<dependency>
    <groupId>fi.metatavu.metamind</groupId>
    <artifactId>metamind-api-spec</artifactId>
    <version>2.0.12</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of fi.metatavu.metamind : metamind-api-spec to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.12

All Versions

Choose a version of fi.metatavu.metamind : metamind-api-spec to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
metamind-api-spec-2.0.12
metamind-api-spec-2.0.10
metamind-api-spec-2.0.9
metamind-api-spec-2.0.8
metamind-api-spec-2.0.7
metamind-api-spec-2.0.6
metamind-api-spec-2.0.5
metamind-api-spec-2.0.4
metamind-api-spec-2.0.3
metamind-api-spec-2.0.2
metamind-api-spec-2.0.1
metamind-api-spec-2.0.0

How to add a dependency to Maven

Add the following fi.metatavu.metamind : metamind-api-spec maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>fi.metatavu.metamind</groupId>
    <artifactId>metamind-api-spec</artifactId>
    <version>2.0.12</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following fi.metatavu.metamind : metamind-api-spec gradle dependency to your build.gradle file:

implementation 'fi.metatavu.metamind:metamind-api-spec:2.0.12'

Gradle Kotlin DSL: Add the following fi.metatavu.metamind : metamind-api-spec gradle kotlin dependency to your build.gradle.kts file:

implementation("fi.metatavu.metamind:metamind-api-spec:2.0.12")

How to add a dependency to SBT Scala

SBT Scala: Add the following fi.metatavu.metamind : metamind-api-spec sbt scala dependency to your build.sbt file:

libraryDependencies += "fi.metatavu.metamind" % "metamind-api-spec" % "2.0.12"