License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices Swagger Program Interface REST Frameworks |
GroupId | GroupIdcom.wf2311 |
ArtifactId | ArtifactIdspring-boot-starter-swagger |
Last Version | Last Version0.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncom.wf2311:spring-boot-starter-swagger
spring-boot-starter-swagger
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.wf2311/spring-boot-starter-swagger/ -->
<dependency>
<groupId>com.wf2311</groupId>
<artifactId>spring-boot-starter-swagger</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.wf2311/spring-boot-starter-swagger/
implementation 'com.wf2311:spring-boot-starter-swagger:0.1.0'
// https://jarcasting.com/artifacts/com.wf2311/spring-boot-starter-swagger/
implementation ("com.wf2311:spring-boot-starter-swagger:0.1.0")
'com.wf2311:spring-boot-starter-swagger:jar:0.1.0'
<dependency org="com.wf2311" name="spring-boot-starter-swagger" rev="0.1.0">
<artifact name="spring-boot-starter-swagger" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.wf2311', module='spring-boot-starter-swagger', version='0.1.0')
)
libraryDependencies += "com.wf2311" % "spring-boot-starter-swagger" % "0.1.0"
[com.wf2311/spring-boot-starter-swagger "0.1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter | jar | 1.5.3.RELEASE |
org.springframework.boot : spring-boot-configuration-processor Optional | jar | 1.5.3.RELEASE |
io.springfox : springfox-swagger2 | jar | 2.7.0 |
io.springfox : springfox-swagger-ui | jar | 2.7.0 |
org.springframework.boot : spring-boot-starter-web | jar | 1.5.3.RELEASE |