文件下载
文件名 操作
restful-ptv-spec-1.2.1.jar 下载
restful-ptv-spec-1.2.1.pom 下载
restful-ptv-spec-1.2.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>fi.otavanopisto.restful-ptv</groupId>
  <artifactId>restful-ptv-spec</artifactId>
  <version>1.2.1</version>
</dependency>
Gradle Groovy
implementation 'fi.otavanopisto.restful-ptv:restful-ptv-spec:1.2.1'
Gradle Kotlin
implementation("fi.otavanopisto.restful-ptv:restful-ptv-spec:1.2.1")
Scala SBT
libraryDependencies += "fi.otavanopisto.restful-ptv" % "restful-ptv-spec" % "1.2.1"
Groovy Grape
@Grapes(
  @Grab(group='fi.otavanopisto.restful-ptv', module='restful-ptv-spec', version='1.2.1')
)
Apache Ivy
<dependency org="fi.otavanopisto.restful-ptv" name="restful-ptv-spec" rev="1.2.1" />
Leiningen
[fi.otavanopisto.restful-ptv/restful-ptv-spec "1.2.1"]
Apache Buildr
'fi.otavanopisto.restful-ptv:restful-ptv-spec:jar:1.2.1'