is not current version
Last Version 2.1.2

net.wenzuo:springboot-base 1.1.1

SpringBoot Base Project

Categories

Categories

Net
GroupId

GroupId

net.wenzuo
ArtifactId

ArtifactId

springboot-base
Version

Version

1.1.1
Type

Type

jar

Download springboot-base 1.1.1


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