License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices Swagger Program Interface REST Frameworks |
GroupId | GroupIdcom.github.sophisticatedxie |
ArtifactId | ArtifactIdswagger2-plus-spring-boot-starter |
Version | Version1.0.0.RELEASE |
Type | Typejar |
Description |
DescriptionParent pom providing dependency and plugin management for applications built with Maven
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.github.sophisticatedxie/swagger2-plus-spring-boot-starter/ -->
<dependency>
<groupId>com.github.sophisticatedxie</groupId>
<artifactId>swagger2-plus-spring-boot-starter</artifactId>
<version>1.0.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.sophisticatedxie/swagger2-plus-spring-boot-starter/
implementation 'com.github.sophisticatedxie:swagger2-plus-spring-boot-starter:1.0.0.RELEASE'
// https://jarcasting.com/artifacts/com.github.sophisticatedxie/swagger2-plus-spring-boot-starter/
implementation ("com.github.sophisticatedxie:swagger2-plus-spring-boot-starter:1.0.0.RELEASE")
'com.github.sophisticatedxie:swagger2-plus-spring-boot-starter:jar:1.0.0.RELEASE'
<dependency org="com.github.sophisticatedxie" name="swagger2-plus-spring-boot-starter" rev="1.0.0.RELEASE">
<artifact name="swagger2-plus-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.sophisticatedxie', module='swagger2-plus-spring-boot-starter', version='1.0.0.RELEASE')
)
libraryDependencies += "com.github.sophisticatedxie" % "swagger2-plus-spring-boot-starter" % "1.0.0.RELEASE"
[com.github.sophisticatedxie/swagger2-plus-spring-boot-starter "1.0.0.RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
io.springfox : springfox-swagger2 | jar | 2.9.2 |
com.github.xiaoymin : swagger-bootstrap-ui | jar | 1.9.6 |
org.springframework.boot : spring-boot-configuration-processor Optional | jar | 2.3.1.RELEASE |
org.springframework.boot : spring-boot-starter Optional | jar | 2.3.1.RELEASE |
com.alibaba : fastjson Optional | jar | 1.2.38 |
org.projectlombok : lombok Optional | jar | 1.16.10 |
org.springframework.boot : spring-boot-starter-web Optional | jar | 2.3.1.RELEASE |
org.springframework.boot : spring-boot-starter-actuator Optional | jar | 2.3.1.RELEASE |
com.google.guava : guava | jar | 26.0-jre |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.3.1.RELEASE |