| Categories |
CategoriesSwagger Program Interface REST Frameworks |
|---|---|
| GroupId | GroupIdcom.github.cafapi |
| ArtifactId | ArtifactIdswagger-ui |
| Version | Version1.4.1-117 |
| Type | Typejar |
| Filename | Size |
|---|---|
| swagger-ui-1.4.1-117.pom | |
| swagger-ui-1.4.1-117.jar | 812 KB |
| swagger-ui-1.4.1-117-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.4.1-117</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.cafapi/swagger-ui/
implementation 'com.github.cafapi:swagger-ui:1.4.1-117'
// https://jarcasting.com/artifacts/com.github.cafapi/swagger-ui/
implementation ("com.github.cafapi:swagger-ui:1.4.1-117")
'com.github.cafapi:swagger-ui:jar:1.4.1-117'
<dependency org="com.github.cafapi" name="swagger-ui" rev="1.4.1-117">
<artifact name="swagger-ui" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.cafapi', module='swagger-ui', version='1.4.1-117')
)
libraryDependencies += "com.github.cafapi" % "swagger-ui" % "1.4.1-117"
[com.github.cafapi/swagger-ui "1.4.1-117"]