r

result-spring-boot-starter

REST ful API Result for Spring Boot
The MIT License
Erwin Feng
Files download
File Operation
result-spring-boot-starter-1.0.0.RELEASE.jar download
result-spring-boot-starter-1.0.0.RELEASE.pom download
result-spring-boot-starter-1.0.0.RELEASE-sources.jar download
Apache Maven
<dependency>
  <groupId>com.fengwenyi</groupId>
  <artifactId>result-spring-boot-starter</artifactId>
  <version>1.0.0.RELEASE</version>
</dependency>
Gradle Groovy
implementation 'com.fengwenyi:result-spring-boot-starter:1.0.0.RELEASE'
Gradle Kotlin
implementation("com.fengwenyi:result-spring-boot-starter:1.0.0.RELEASE")
Scala SBT
libraryDependencies += "com.fengwenyi" % "result-spring-boot-starter" % "1.0.0.RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='com.fengwenyi', module='result-spring-boot-starter', version='1.0.0.RELEASE')
)
Apache Ivy
<dependency org="com.fengwenyi" name="result-spring-boot-starter" rev="1.0.0.RELEASE" />
Leiningen
[com.fengwenyi/result-spring-boot-starter "1.0.0.RELEASE"]
Apache Buildr
'com.fengwenyi:result-spring-boot-starter:jar:1.0.0.RELEASE'