is not current version
Last Version 0.0.12

com.github.bingoohuang:spring-rest-boot 0.0.4

convenient spring rest server on spring boot

GroupId

GroupId

com.github.bingoohuang
ArtifactId

ArtifactId

spring-rest-boot
Version

Version

0.0.4
Type

Type

jar

Download spring-rest-boot 0.0.4


<!-- https://jarcasting.com/artifacts/com.github.bingoohuang/spring-rest-boot/ -->
<dependency>
    <groupId>com.github.bingoohuang</groupId>
    <artifactId>spring-rest-boot</artifactId>
    <version>0.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.bingoohuang/spring-rest-boot/
implementation 'com.github.bingoohuang:spring-rest-boot:0.0.4'
// https://jarcasting.com/artifacts/com.github.bingoohuang/spring-rest-boot/
implementation ("com.github.bingoohuang:spring-rest-boot:0.0.4")
'com.github.bingoohuang:spring-rest-boot:jar:0.0.4'
<dependency org="com.github.bingoohuang" name="spring-rest-boot" rev="0.0.4">
  <artifact name="spring-rest-boot" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.bingoohuang', module='spring-rest-boot', version='0.0.4')
)
libraryDependencies += "com.github.bingoohuang" % "spring-rest-boot" % "0.0.4"
[com.github.bingoohuang/spring-rest-boot "0.0.4"]