is not current version
Last Version 2.0.1

com.github.hetianyi:springboot-ready 1.0.2

基于springboot常用组件的自动配置封装

GroupId

GroupId

com.github.hetianyi
ArtifactId

ArtifactId

springboot-ready
Version

Version

1.0.2
Type

Type

jar

Download springboot-ready 1.0.2


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