Springfox Swagger UI provides a web interface for visualizing and interacting with API documentation generated by Springfox from Spring-based applications.
<dependency>
<groupId>io.springfox</groupId>
<artifactId>springfox-swagger-ui</artifactId>
<version>3.0.0</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Enables Swagger 2 documentation in a Spring Boot application.
Replace springfox with org.springdoc:springdoc-openapi-starter-webmvc-ui and use OpenAPI 3 annotations.
No dependency data recorded yet.