r

restful-api

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