MVN

fi.metatavu.ptv.rest-client : ptv-rest-client

Maven & Gradle

Jul 08, 2019
0 stars

ptv-rest-client · REST client library for Palvelutietoväylä (PTV)

<dependency>
    <groupId>fi.metatavu.ptv.rest-client</groupId>
    <artifactId>ptv-rest-client</artifactId>
    <version>0.10.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.10.0

All Versions

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

Version Vulnerabilities Updated
0.10.x
ptv-rest-client-0.10.0
0.9.x
ptv-rest-client-0.9.0
0.8.x
ptv-rest-client-0.8.1
ptv-rest-client-0.8.0
0.7.x
ptv-rest-client-0.7.0
0.6.x
ptv-rest-client-0.6.4
ptv-rest-client-0.6.3
ptv-rest-client-0.6.2
ptv-rest-client-0.6.1
ptv-rest-client-0.6.0
0.5.x
ptv-rest-client-0.5.0
0.4.x
ptv-rest-client-0.4.0
0.0.x
ptv-rest-client-0.0.17
ptv-rest-client-0.0.16
ptv-rest-client-0.0.15
ptv-rest-client-0.0.14
ptv-rest-client-0.0.13

How to add a dependency to Maven

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

<dependency>
    <groupId>fi.metatavu.ptv.rest-client</groupId>
    <artifactId>ptv-rest-client</artifactId>
    <version>0.10.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'fi.metatavu.ptv.rest-client:ptv-rest-client:0.10.0'

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

implementation("fi.metatavu.ptv.rest-client:ptv-rest-client:0.10.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "fi.metatavu.ptv.rest-client" % "ptv-rest-client" % "0.10.0"

Advertisement