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