r

restup

A simple Java library for invoking methods in a RESTful API.
https://www.github.com/Pyknic/RestUp/
Apache License, Version 2.0
Emil Forslund
文件下载
文件名 操作
restup-1.0.1.jar 下载
restup-1.0.1.pom 下载
restup-1.0.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.pyknic</groupId>
  <artifactId>restup</artifactId>
  <version>1.0.1</version>
</dependency>
Gradle Groovy
implementation 'com.github.pyknic:restup:1.0.1'
Gradle Kotlin
implementation("com.github.pyknic:restup:1.0.1")
Scala SBT
libraryDependencies += "com.github.pyknic" % "restup" % "1.0.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.pyknic', module='restup', version='1.0.1')
)
Apache Ivy
<dependency org="com.github.pyknic" name="restup" rev="1.0.1" />
Leiningen
[com.github.pyknic/restup "1.0.1"]
Apache Buildr
'com.github.pyknic:restup:jar:1.0.1'
本项目依赖