License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdcom.github.robert2411 |
ArtifactId | ArtifactIdspring-boot-starter-springfox |
Version | Version1.2.5 |
Type | Typejar |
Description |
DescriptionSpringFox starter
A springboot starter for springfox
|
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.github.robert2411/spring-boot-starter-springfox/ -->
<dependency>
<groupId>com.github.robert2411</groupId>
<artifactId>spring-boot-starter-springfox</artifactId>
<version>1.2.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.robert2411/spring-boot-starter-springfox/
implementation 'com.github.robert2411:spring-boot-starter-springfox:1.2.5'
// https://jarcasting.com/artifacts/com.github.robert2411/spring-boot-starter-springfox/
implementation ("com.github.robert2411:spring-boot-starter-springfox:1.2.5")
'com.github.robert2411:spring-boot-starter-springfox:jar:1.2.5'
<dependency org="com.github.robert2411" name="spring-boot-starter-springfox" rev="1.2.5">
<artifact name="spring-boot-starter-springfox" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.robert2411', module='spring-boot-starter-springfox', version='1.2.5')
)
libraryDependencies += "com.github.robert2411" % "spring-boot-starter-springfox" % "1.2.5"
[com.github.robert2411/spring-boot-starter-springfox "1.2.5"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-web | jar | |
io.springfox : springfox-boot-starter | jar | 3.0.0 |
io.springfox : springfox-swagger-ui | jar | 3.0.0 |
org.springframework.boot : spring-boot-configuration-processor Optional | jar |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | |
junit : junit | jar |