r

rapidf-restful

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