MVN

fi.metatavu.metaform : metaform-api-client

Maven & Gradle

Aug 08, 2019
0 stars

metaform-api-client · Metaform API specifications

<dependency>
    <groupId>fi.metatavu.metaform</groupId>
    <artifactId>metaform-api-client</artifactId>
    <version>0.1.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.1.6

All Versions

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

Version Vulnerabilities Updated
0.1.x
metaform-api-client-0.1.6
metaform-api-client-0.1.5
metaform-api-client-0.1.4
metaform-api-client-0.1.3
metaform-api-client-0.1.2
metaform-api-client-0.1.1
metaform-api-client-0.1.0
0.0.x
metaform-api-client-0.0.23
metaform-api-client-0.0.22
metaform-api-client-0.0.21
metaform-api-client-0.0.20
metaform-api-client-0.0.19
metaform-api-client-0.0.18
metaform-api-client-0.0.17
metaform-api-client-0.0.16
metaform-api-client-0.0.15
metaform-api-client-0.0.14
metaform-api-client-0.0.13
metaform-api-client-0.0.12
metaform-api-client-0.0.11
metaform-api-client-0.0.10
metaform-api-client-0.0.9
metaform-api-client-0.0.8
metaform-api-client-0.0.7
metaform-api-client-0.0.6
metaform-api-client-0.0.5
metaform-api-client-0.0.4
metaform-api-client-0.0.3
metaform-api-client-0.0.2
metaform-api-client-0.0.1

How to add a dependency to Maven

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

<dependency>
    <groupId>fi.metatavu.metaform</groupId>
    <artifactId>metaform-api-client</artifactId>
    <version>0.1.6</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'fi.metatavu.metaform:metaform-api-client:0.1.6'

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

implementation("fi.metatavu.metaform:metaform-api-client:0.1.6")

How to add a dependency to SBT Scala

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

libraryDependencies += "fi.metatavu.metaform" % "metaform-api-client" % "0.1.6"

Advertisement