r

rest-baseline.SB1_5

Baseline framework for ReST based application to standardize Request / Response Structure and basic error Handling. This is for SPring Boot 1.5. Spring Boot 2.0 has quite a bitof Package restructure, causing incompatibility.
https://github.com/mindstix-labs/rest-baseline-common
MIT License
Yagnesh Chawda Susmit Bansod
Files download
File Operation
rest-baseline.SB1_5-0.0.2.RELEASE.jar download
rest-baseline.SB1_5-0.0.2.RELEASE.pom download
rest-baseline.SB1_5-0.0.2.RELEASE-sources.jar download
Apache Maven
<dependency>
  <groupId>com.mindstix.web.rest</groupId>
  <artifactId>rest-baseline.SB1_5</artifactId>
  <version>0.0.2.RELEASE</version>
</dependency>
Gradle Groovy
implementation 'com.mindstix.web.rest:rest-baseline.SB1_5:0.0.2.RELEASE'
Gradle Kotlin
implementation("com.mindstix.web.rest:rest-baseline.SB1_5:0.0.2.RELEASE")
Scala SBT
libraryDependencies += "com.mindstix.web.rest" % "rest-baseline.SB1_5" % "0.0.2.RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='com.mindstix.web.rest', module='rest-baseline.SB1_5', version='0.0.2.RELEASE')
)
Apache Ivy
<dependency org="com.mindstix.web.rest" name="rest-baseline.SB1_5" rev="0.0.2.RELEASE" />
Leiningen
[com.mindstix.web.rest/rest-baseline.SB1_5 "0.0.2.RELEASE"]
Apache Buildr
'com.mindstix.web.rest:rest-baseline.SB1_5:jar:0.0.2.RELEASE'