| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииSpring Boot Контейнер Микросервисы JSON Данные |
| Группа | Группаorg.jsondoc |
| Идентификатор | Идентификаторspring-boot-starter-jsondoc |
| Версия | Версия1.2.23 |
| Тип | Типjar |
| Описание |
Описаниеspring-boot-starter-jsondoc
Easily generate docs and playground for your RESTful API
|
| Ссылка на сайт |
Ссылка на сайт |
<!-- https://jarcasting.com/artifacts/org.jsondoc/spring-boot-starter-jsondoc/ -->
<dependency>
<groupId>org.jsondoc</groupId>
<artifactId>spring-boot-starter-jsondoc</artifactId>
<version>1.2.23</version>
</dependency>
// https://jarcasting.com/artifacts/org.jsondoc/spring-boot-starter-jsondoc/
implementation 'org.jsondoc:spring-boot-starter-jsondoc:1.2.23'
// https://jarcasting.com/artifacts/org.jsondoc/spring-boot-starter-jsondoc/
implementation ("org.jsondoc:spring-boot-starter-jsondoc:1.2.23")
'org.jsondoc:spring-boot-starter-jsondoc:jar:1.2.23'
<dependency org="org.jsondoc" name="spring-boot-starter-jsondoc" rev="1.2.23">
<artifact name="spring-boot-starter-jsondoc" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jsondoc', module='spring-boot-starter-jsondoc', version='1.2.23')
)
libraryDependencies += "org.jsondoc" % "spring-boot-starter-jsondoc" % "1.2.23"
[org.jsondoc/spring-boot-starter-jsondoc "1.2.23"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.springframework.boot : spring-boot-starter-web | jar | 1.3.0.RELEASE |
| org.springframework.boot : spring-boot-configuration-processor Необязательный | jar | 1.3.0.RELEASE |
| org.jsondoc : jsondoc-springmvc | jar | 1.2.23 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.13.1 |