Categories |
CategoriesSpring Boot Container Microservices Swagger Program Interface REST Frameworks |
---|---|
GroupId | GroupIdcom.lichongbing |
ArtifactId | ArtifactIdlswagger-spring-boot-starter |
Version | Version3.0.3 |
Type | Typejar |
Filename | Size |
---|---|
lswagger-spring-boot-starter-3.0.3.pom | |
lswagger-spring-boot-starter-3.0.3.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.lichongbing/lswagger-spring-boot-starter/ -->
<dependency>
<groupId>com.lichongbing</groupId>
<artifactId>lswagger-spring-boot-starter</artifactId>
<version>3.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.lichongbing/lswagger-spring-boot-starter/
implementation 'com.lichongbing:lswagger-spring-boot-starter:3.0.3'
// https://jarcasting.com/artifacts/com.lichongbing/lswagger-spring-boot-starter/
implementation ("com.lichongbing:lswagger-spring-boot-starter:3.0.3")
'com.lichongbing:lswagger-spring-boot-starter:jar:3.0.3'
<dependency org="com.lichongbing" name="lswagger-spring-boot-starter" rev="3.0.3">
<artifact name="lswagger-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lichongbing', module='lswagger-spring-boot-starter', version='3.0.3')
)
libraryDependencies += "com.lichongbing" % "lswagger-spring-boot-starter" % "3.0.3"
[com.lichongbing/lswagger-spring-boot-starter "3.0.3"]