is not current version
Last Version 0.0.3

io.github.xiaoxunyao:restful-return 0.0.2

spring integrate restful return

GroupId

GroupId

io.github.xiaoxunyao
ArtifactId

ArtifactId

restful-return
Version

Version

0.0.2
Type

Type

jar

Download restful-return 0.0.2


<!-- https://jarcasting.com/artifacts/io.github.xiaoxunyao/restful-return/ -->
<dependency>
    <groupId>io.github.xiaoxunyao</groupId>
    <artifactId>restful-return</artifactId>
    <version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.xiaoxunyao/restful-return/
implementation 'io.github.xiaoxunyao:restful-return:0.0.2'
// https://jarcasting.com/artifacts/io.github.xiaoxunyao/restful-return/
implementation ("io.github.xiaoxunyao:restful-return:0.0.2")
'io.github.xiaoxunyao:restful-return:jar:0.0.2'
<dependency org="io.github.xiaoxunyao" name="restful-return" rev="0.0.2">
  <artifact name="restful-return" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.xiaoxunyao', module='restful-return', version='0.0.2')
)
libraryDependencies += "io.github.xiaoxunyao" % "restful-return" % "0.0.2"
[io.github.xiaoxunyao/restful-return "0.0.2"]