Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.wenzuo |
ArtifactId | ArtifactIdspringboot-base |
Version | Version2.0.3 |
Type | Typejar |
Filename | Size |
---|---|
springboot-base-2.0.3.pom | |
springboot-base-2.0.3.jar | 26 KB |
springboot-base-2.0.3-sources.jar | 16 KB |
springboot-base-2.0.3-javadoc.jar | 494 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.wenzuo/springboot-base/ -->
<dependency>
<groupId>net.wenzuo</groupId>
<artifactId>springboot-base</artifactId>
<version>2.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/net.wenzuo/springboot-base/
implementation 'net.wenzuo:springboot-base:2.0.3'
// https://jarcasting.com/artifacts/net.wenzuo/springboot-base/
implementation ("net.wenzuo:springboot-base:2.0.3")
'net.wenzuo:springboot-base:jar:2.0.3'
<dependency org="net.wenzuo" name="springboot-base" rev="2.0.3">
<artifact name="springboot-base" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.wenzuo', module='springboot-base', version='2.0.3')
)
libraryDependencies += "net.wenzuo" % "springboot-base" % "2.0.3"
[net.wenzuo/springboot-base "2.0.3"]