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