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