MVN

fi.metatavu.metaform : metaform-api-spec

Maven & Gradle

Aug 01, 2019
0 stars

metaform-api-spec · Metaform API specifications

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

Latest Version

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

  • Latest Stable: 0.1.6

All Versions

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

Version Vulnerabilities Updated
0.1.x
metaform-api-spec-0.1.6
metaform-api-spec-0.1.5
metaform-api-spec-0.1.4
metaform-api-spec-0.1.3
metaform-api-spec-0.1.2
metaform-api-spec-0.1.1
metaform-api-spec-0.1.0
0.0.x
metaform-api-spec-0.0.35
metaform-api-spec-0.0.34
metaform-api-spec-0.0.33
metaform-api-spec-0.0.32
metaform-api-spec-0.0.31
metaform-api-spec-0.0.30
metaform-api-spec-0.0.29
metaform-api-spec-0.0.28
metaform-api-spec-0.0.27
metaform-api-spec-0.0.26
metaform-api-spec-0.0.25
metaform-api-spec-0.0.24
metaform-api-spec-0.0.23
metaform-api-spec-0.0.22
metaform-api-spec-0.0.21
metaform-api-spec-0.0.20
metaform-api-spec-0.0.19
metaform-api-spec-0.0.17
metaform-api-spec-0.0.16
metaform-api-spec-0.0.15
metaform-api-spec-0.0.14
metaform-api-spec-0.0.13
metaform-api-spec-0.0.12
metaform-api-spec-0.0.11
metaform-api-spec-0.0.10
metaform-api-spec-0.0.8
metaform-api-spec-0.0.7
metaform-api-spec-0.0.6
metaform-api-spec-0.0.5
metaform-api-spec-0.0.4
metaform-api-spec-0.0.3
metaform-api-spec-0.0.2
metaform-api-spec-0.0.1
metaform-api-spec-0.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>fi.metatavu.metaform</groupId>
    <artifactId>metaform-api-spec</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-spec gradle dependency to your build.gradle file:

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

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

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

How to add a dependency to SBT Scala

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

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

Advertisement