MVN

fi.metatavu.soteapi : soteapi-spec

Maven & Gradle

Aug 28, 2019
0 stars

soteapi-spec · Specifications for Sote API

<dependency>
    <groupId>fi.metatavu.soteapi</groupId>
    <artifactId>soteapi-spec</artifactId>
    <version>0.0.24</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.0.24

All Versions

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

Version Vulnerabilities Updated
0.0.x
soteapi-spec-0.0.24
soteapi-spec-0.0.23
soteapi-spec-0.0.22
soteapi-spec-0.0.21
soteapi-spec-0.0.20
soteapi-spec-0.0.19
soteapi-spec-0.0.18
soteapi-spec-0.0.17
soteapi-spec-0.0.16
soteapi-spec-0.0.15
soteapi-spec-0.0.14
soteapi-spec-0.0.13
soteapi-spec-0.0.12
soteapi-spec-0.0.11
soteapi-spec-0.0.10
soteapi-spec-0.0.9
soteapi-spec-0.0.8
soteapi-spec-0.0.7
soteapi-spec-0.0.6
soteapi-spec-0.0.5
soteapi-spec-0.0.4
soteapi-spec-0.0.3
soteapi-spec-0.0.2
soteapi-spec-0.0.1

How to add a dependency to Maven

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

<dependency>
    <groupId>fi.metatavu.soteapi</groupId>
    <artifactId>soteapi-spec</artifactId>
    <version>0.0.24</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'fi.metatavu.soteapi:soteapi-spec:0.0.24'

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

implementation("fi.metatavu.soteapi:soteapi-spec:0.0.24")

How to add a dependency to SBT Scala

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

libraryDependencies += "fi.metatavu.soteapi" % "soteapi-spec" % "0.0.24"

Advertisement