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