r

rest-baseline-common

A common artifact which contains common Classes for ReST Baseline Framework.
https://github.com/mindstix-labs/rest-baseline-common
MIT License
Yagnesh Chawda Susmit Bansod
Files download
File Operation
rest-baseline-common-0.0.1-RELEASE.jar download
rest-baseline-common-0.0.1-RELEASE.pom download
rest-baseline-common-0.0.1-RELEASE-sources.jar download
Apache Maven
<dependency>
  <groupId>com.mindstix.web.rest</groupId>
  <artifactId>rest-baseline-common</artifactId>
  <version>0.0.1-RELEASE</version>
</dependency>
Gradle Groovy
implementation 'com.mindstix.web.rest:rest-baseline-common:0.0.1-RELEASE'
Gradle Kotlin
implementation("com.mindstix.web.rest:rest-baseline-common:0.0.1-RELEASE")
Scala SBT
libraryDependencies += "com.mindstix.web.rest" % "rest-baseline-common" % "0.0.1-RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='com.mindstix.web.rest', module='rest-baseline-common', version='0.0.1-RELEASE')
)
Apache Ivy
<dependency org="com.mindstix.web.rest" name="rest-baseline-common" rev="0.0.1-RELEASE" />
Leiningen
[com.mindstix.web.rest/rest-baseline-common "0.0.1-RELEASE"]
Apache Buildr
'com.mindstix.web.rest:rest-baseline-common:jar:0.0.1-RELEASE'