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