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