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