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