| Категории |
КатегорииSwagger Межпрограммное взаимодействие REST Frameworks |
|---|---|
| Группа | Группаcom.smarthito |
| Идентификатор | Идентификаторswagger-ui |
| Версия | Версия0.7 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| swagger-ui-0.7.pom | |
| swagger-ui-0.7.jar | 571 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.smarthito/swagger-ui/ -->
<dependency>
<groupId>com.smarthito</groupId>
<artifactId>swagger-ui</artifactId>
<version>0.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.smarthito/swagger-ui/
implementation 'com.smarthito:swagger-ui:0.7'
// https://jarcasting.com/artifacts/com.smarthito/swagger-ui/
implementation ("com.smarthito:swagger-ui:0.7")
'com.smarthito:swagger-ui:jar:0.7'
<dependency org="com.smarthito" name="swagger-ui" rev="0.7">
<artifact name="swagger-ui" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.smarthito', module='swagger-ui', version='0.7')
)
libraryDependencies += "com.smarthito" % "swagger-ui" % "0.7"
[com.smarthito/swagger-ui "0.7"]