| License |
License |
|---|---|
| Categories |
CategoriesSpring Boot Container Microservices Swagger Program Interface REST Frameworks |
| GroupId | GroupIdcom.kuisama |
| ArtifactId | ArtifactIdswagger2-spring-boot-starter |
| Version | Version1.0.4.RELEASE |
| Type | Typejar |
| Description |
Descriptionswagger2-spring-boot-starter
a swagger2-spring-boot-starter jar
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.kuisama/swagger2-spring-boot-starter/ -->
<dependency>
<groupId>com.kuisama</groupId>
<artifactId>swagger2-spring-boot-starter</artifactId>
<version>1.0.4.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.kuisama/swagger2-spring-boot-starter/
implementation 'com.kuisama:swagger2-spring-boot-starter:1.0.4.RELEASE'
// https://jarcasting.com/artifacts/com.kuisama/swagger2-spring-boot-starter/
implementation ("com.kuisama:swagger2-spring-boot-starter:1.0.4.RELEASE")
'com.kuisama:swagger2-spring-boot-starter:jar:1.0.4.RELEASE'
<dependency org="com.kuisama" name="swagger2-spring-boot-starter" rev="1.0.4.RELEASE">
<artifact name="swagger2-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.kuisama', module='swagger2-spring-boot-starter', version='1.0.4.RELEASE')
)
libraryDependencies += "com.kuisama" % "swagger2-spring-boot-starter" % "1.0.4.RELEASE"
[com.kuisama/swagger2-spring-boot-starter "1.0.4.RELEASE"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-configuration-processor Optional | jar | 2.1.9.RELEASE |
| org.springframework.boot : spring-boot-autoconfigure | jar | 2.1.9.RELEASE |
| org.springframework.boot : spring-boot-starter-web | jar | 2.1.9.RELEASE |
| io.springfox : springfox-swagger2 | jar | 2.8.0 |
| io.springfox : springfox-swagger-ui | jar | 2.8.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.projectlombok : lombok | jar | 1.18.6 |