is not current version
Last Version 1.3.16

net.quanter:shield-springboot 1.3.14.RELEASE

提供对springboot能力的扩展,比如统一的异常处理,文档功能

Categories

Categories

Ant Build Tools Net
GroupId

GroupId

net.quanter
ArtifactId

ArtifactId

shield-springboot
Version

Version

1.3.14.RELEASE
Type

Type

jar

Download shield-springboot 1.3.14.RELEASE


<!-- https://jarcasting.com/artifacts/net.quanter/shield-springboot/ -->
<dependency>
    <groupId>net.quanter</groupId>
    <artifactId>shield-springboot</artifactId>
    <version>1.3.14.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/net.quanter/shield-springboot/
implementation 'net.quanter:shield-springboot:1.3.14.RELEASE'
// https://jarcasting.com/artifacts/net.quanter/shield-springboot/
implementation ("net.quanter:shield-springboot:1.3.14.RELEASE")
'net.quanter:shield-springboot:jar:1.3.14.RELEASE'
<dependency org="net.quanter" name="shield-springboot" rev="1.3.14.RELEASE">
  <artifact name="shield-springboot" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.quanter', module='shield-springboot', version='1.3.14.RELEASE')
)
libraryDependencies += "net.quanter" % "shield-springboot" % "1.3.14.RELEASE"
[net.quanter/shield-springboot "1.3.14.RELEASE"]