r

rapidf-restful

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