| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииSwagger Межпрограммное взаимодействие REST Frameworks |
| Группа | Группаcom.github.uhfun |
| Идентификатор | Идентификаторswagger-more |
| Последняя версия | Последняя версия1.0.0 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
Описаниеswagger-more
The tool for automatic generation of dubbo api based on springfox swagger2.
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| swagger-more-1.0.0.pom | 4 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.uhfun/swagger-more/ -->
<dependency>
<groupId>com.github.uhfun</groupId>
<artifactId>swagger-more</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.uhfun/swagger-more/
implementation 'com.github.uhfun:swagger-more:1.0.0'
// https://jarcasting.com/artifacts/com.github.uhfun/swagger-more/
implementation ("com.github.uhfun:swagger-more:1.0.0")
'com.github.uhfun:swagger-more:pom:1.0.0'
<dependency org="com.github.uhfun" name="swagger-more" rev="1.0.0">
<artifact name="swagger-more" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.uhfun', module='swagger-more', version='1.0.0')
)
libraryDependencies += "com.github.uhfun" % "swagger-more" % "1.0.0"
[com.github.uhfun/swagger-more "1.0.0"]