r

restful-api

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