License |
License
Apache License
|
---|---|
Categories |
CategoriesSwagger Program Interface REST Frameworks |
GroupId | GroupIdcom.smarthito |
ArtifactId | ArtifactIdswagger-ui |
Version | Version3.1 |
Type | Typejar |
Description |
Descriptionswagger-ui
JO swagger ui api documentation
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
swagger-ui-3.1.pom | |
swagger-ui-3.1.jar | 596 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.smarthito/swagger-ui/ -->
<dependency>
<groupId>com.smarthito</groupId>
<artifactId>swagger-ui</artifactId>
<version>3.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.smarthito/swagger-ui/
implementation 'com.smarthito:swagger-ui:3.1'
// https://jarcasting.com/artifacts/com.smarthito/swagger-ui/
implementation ("com.smarthito:swagger-ui:3.1")
'com.smarthito:swagger-ui:jar:3.1'
<dependency org="com.smarthito" name="swagger-ui" rev="3.1">
<artifact name="swagger-ui" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.smarthito', module='swagger-ui', version='3.1')
)
libraryDependencies += "com.smarthito" % "swagger-ui" % "3.1"
[com.smarthito/swagger-ui "3.1"]