| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииSpring Boot Контейнер Микросервисы Swagger Межпрограммное взаимодействие REST Frameworks |
| Группа | Группаcom.xfvape |
| Идентификатор | Идентификаторswagger-spring-boot |
| Версия | Версия0.0.1-RELEASE |
| Тип | Типpom |
| Описание |
ОписаниеSonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| swagger-spring-boot-0.0.1-RELEASE.pom | 4 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.xfvape/swagger-spring-boot/ -->
<dependency>
<groupId>com.xfvape</groupId>
<artifactId>swagger-spring-boot</artifactId>
<version>0.0.1-RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.xfvape/swagger-spring-boot/
implementation 'com.xfvape:swagger-spring-boot:0.0.1-RELEASE'
// https://jarcasting.com/artifacts/com.xfvape/swagger-spring-boot/
implementation ("com.xfvape:swagger-spring-boot:0.0.1-RELEASE")
'com.xfvape:swagger-spring-boot:pom:0.0.1-RELEASE'
<dependency org="com.xfvape" name="swagger-spring-boot" rev="0.0.1-RELEASE">
<artifact name="swagger-spring-boot" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.xfvape', module='swagger-spring-boot', version='0.0.1-RELEASE')
)
libraryDependencies += "com.xfvape" % "swagger-spring-boot" % "0.0.1-RELEASE"
[com.xfvape/swagger-spring-boot "0.0.1-RELEASE"]