r

rapidf-restful

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