| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.restdoc |
| Идентификатор | Идентификаторrestdoc-api |
| Последняя версия | Последняя версия1.5 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеRestDoc API model
The API model of the RestDoc specification
|
| Организация-разработчик |
Организация-разработчикRestDoc org |
| Имя Файла | Размер |
|---|---|
| restdoc-api-1.5.pom | |
| restdoc-api-1.5.jar | 13 KB |
| restdoc-api-1.5-sources.jar | 12 KB |
| restdoc-api-1.5-javadoc.jar | 95 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.restdoc/restdoc-api/ -->
<dependency>
<groupId>org.restdoc</groupId>
<artifactId>restdoc-api</artifactId>
<version>1.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.restdoc/restdoc-api/
implementation 'org.restdoc:restdoc-api:1.5'
// https://jarcasting.com/artifacts/org.restdoc/restdoc-api/
implementation ("org.restdoc:restdoc-api:1.5")
'org.restdoc:restdoc-api:jar:1.5'
<dependency org="org.restdoc" name="restdoc-api" rev="1.5">
<artifact name="restdoc-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.restdoc', module='restdoc-api', version='1.5')
)
libraryDependencies += "org.restdoc" % "restdoc-api" % "1.5"
[org.restdoc/restdoc-api "1.5"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.fasterxml.jackson.core : jackson-databind | jar | 2.5.4 |
| com.fasterxml.jackson.module : jackson-module-jsonSchema | jar | 2.5.4 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.12 |