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