R

RestExpress-Common

Utilities and classes common to all RESTExpress projects.
https://github.com/RestExpress/RestExpress-Common
Files download
File Operation
RestExpress-Common-0.10.1.jar download
RestExpress-Common-0.10.1.pom download
RestExpress-Common-0.10.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.strategicgains</groupId>
  <artifactId>RestExpress-Common</artifactId>
  <version>0.10.1</version>
</dependency>
Gradle Groovy
implementation 'com.strategicgains:RestExpress-Common:0.10.1'
Gradle Kotlin
implementation("com.strategicgains:RestExpress-Common:0.10.1")
Scala SBT
libraryDependencies += "com.strategicgains" % "RestExpress-Common" % "0.10.1"
Groovy Grape
@Grapes(
  @Grab(group='com.strategicgains', module='RestExpress-Common', version='0.10.1')
)
Apache Ivy
<dependency org="com.strategicgains" name="RestExpress-Common" rev="0.10.1" />
Leiningen
[com.strategicgains/RestExpress-Common "0.10.1"]
Apache Buildr
'com.strategicgains:RestExpress-Common:jar:0.10.1'