MVN

fi.otavanopisto.restful-ptv : restful-ptv-spec

Maven & Gradle

Nov 29, 2016
0 stars

restful-ptv-spec · RESTful PTV Server

<dependency>
    <groupId>fi.otavanopisto.restful-ptv</groupId>
    <artifactId>restful-ptv-spec</artifactId>
    <version>1.2.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of fi.otavanopisto.restful-ptv : restful-ptv-spec to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.9

All Versions

Choose a version of fi.otavanopisto.restful-ptv : restful-ptv-spec to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
restful-ptv-spec-1.2.9
restful-ptv-spec-1.2.8
restful-ptv-spec-1.2.7
restful-ptv-spec-1.2.6
restful-ptv-spec-1.2.5
restful-ptv-spec-1.2.4
restful-ptv-spec-1.2.3
restful-ptv-spec-1.2.2
restful-ptv-spec-1.2.1

How to add a dependency to Maven

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

<dependency>
    <groupId>fi.otavanopisto.restful-ptv</groupId>
    <artifactId>restful-ptv-spec</artifactId>
    <version>1.2.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following fi.otavanopisto.restful-ptv : restful-ptv-spec gradle dependency to your build.gradle file:

implementation 'fi.otavanopisto.restful-ptv:restful-ptv-spec:1.2.9'

Gradle Kotlin DSL: Add the following fi.otavanopisto.restful-ptv : restful-ptv-spec gradle kotlin dependency to your build.gradle.kts file:

implementation("fi.otavanopisto.restful-ptv:restful-ptv-spec:1.2.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following fi.otavanopisto.restful-ptv : restful-ptv-spec sbt scala dependency to your build.sbt file:

libraryDependencies += "fi.otavanopisto.restful-ptv" % "restful-ptv-spec" % "1.2.9"

Advertisement