Categories |
CategoriesSwagger Program Interface REST Frameworks |
---|---|
GroupId | GroupIdcom.github.onsoul |
ArtifactId | ArtifactIdspringfox-swagger-ui |
Version | Version2.8.1 |
Type | Typejar |
Filename | Size |
---|---|
springfox-swagger-ui-2.8.1.pom | |
springfox-swagger-ui-2.8.1.jar | 518 KB |
springfox-swagger-ui-2.8.1-sources.jar | 519 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.onsoul/springfox-swagger-ui/ -->
<dependency>
<groupId>com.github.onsoul</groupId>
<artifactId>springfox-swagger-ui</artifactId>
<version>2.8.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.onsoul/springfox-swagger-ui/
implementation 'com.github.onsoul:springfox-swagger-ui:2.8.1'
// https://jarcasting.com/artifacts/com.github.onsoul/springfox-swagger-ui/
implementation ("com.github.onsoul:springfox-swagger-ui:2.8.1")
'com.github.onsoul:springfox-swagger-ui:jar:2.8.1'
<dependency org="com.github.onsoul" name="springfox-swagger-ui" rev="2.8.1">
<artifact name="springfox-swagger-ui" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.onsoul', module='springfox-swagger-ui', version='2.8.1')
)
libraryDependencies += "com.github.onsoul" % "springfox-swagger-ui" % "2.8.1"
[com.github.onsoul/springfox-swagger-ui "2.8.1"]