Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.wenzuo |
ArtifactId | ArtifactIdspringboot-base |
Version | Version1.1.1 |
Type | Typejar |
Filename | Size |
---|---|
springboot-base-1.1.1.pom | |
springboot-base-1.1.1.jar | 28 KB |
springboot-base-1.1.1-sources.jar | 17 KB |
springboot-base-1.1.1-javadoc.jar | 127 KB |
Browse |
<!-- 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"]