Files download
File Operation
restful-ptv-spec-1.2.6.jar download
restful-ptv-spec-1.2.6.pom download
restful-ptv-spec-1.2.6-sources.jar download
Apache Maven
<dependency>
  <groupId>fi.otavanopisto.restful-ptv</groupId>
  <artifactId>restful-ptv-spec</artifactId>
  <version>1.2.6</version>
</dependency>
Gradle Groovy
implementation 'fi.otavanopisto.restful-ptv:restful-ptv-spec:1.2.6'
Gradle Kotlin
implementation("fi.otavanopisto.restful-ptv:restful-ptv-spec:1.2.6")
Scala SBT
libraryDependencies += "fi.otavanopisto.restful-ptv" % "restful-ptv-spec" % "1.2.6"
Groovy Grape
@Grapes(
  @Grab(group='fi.otavanopisto.restful-ptv', module='restful-ptv-spec', version='1.2.6')
)
Apache Ivy
<dependency org="fi.otavanopisto.restful-ptv" name="restful-ptv-spec" rev="1.2.6" />
Leiningen
[fi.otavanopisto.restful-ptv/restful-ptv-spec "1.2.6"]
Apache Buildr
'fi.otavanopisto.restful-ptv:restful-ptv-spec:jar:1.2.6'