| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииJersey Межпрограммное взаимодействие REST Frameworks |
| Группа | Группаio.github.restdocsext |
| Идентификатор | Идентификаторrestdocsext-jersey |
| Последняя версия | Последняя версия1.0.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеRESTDocsEXT Jersey
An extension of Spring REST Docs that allows for snippet creating using Jersey Client.
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| restdocsext-jersey-1.0.0.pom | |
| restdocsext-jersey-1.0.0.jar | 30 KB |
| restdocsext-jersey-1.0.0-sources.jar | 24 KB |
| restdocsext-jersey-1.0.0-javadoc.jar | 75 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.github.restdocsext/restdocsext-jersey/ -->
<dependency>
<groupId>io.github.restdocsext</groupId>
<artifactId>restdocsext-jersey</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.restdocsext/restdocsext-jersey/
implementation 'io.github.restdocsext:restdocsext-jersey:1.0.0'
// https://jarcasting.com/artifacts/io.github.restdocsext/restdocsext-jersey/
implementation ("io.github.restdocsext:restdocsext-jersey:1.0.0")
'io.github.restdocsext:restdocsext-jersey:jar:1.0.0'
<dependency org="io.github.restdocsext" name="restdocsext-jersey" rev="1.0.0">
<artifact name="restdocsext-jersey" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.restdocsext', module='restdocsext-jersey', version='1.0.0')
)
libraryDependencies += "io.github.restdocsext" % "restdocsext-jersey" % "1.0.0"
[io.github.restdocsext/restdocsext-jersey "1.0.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.glassfish.jersey.core : jersey-client | jar | 2.10.4 |
| org.glassfish.jersey.media : jersey-media-multipart | jar | 2.10.4 |
| org.glassfish.jersey.media : jersey-media-json-jackson | jar | 2.10.4 |
| commons-io : commons-io | jar | 2.4 |
| org.springframework.restdocs : spring-restdocs-core | jar | 2.0.0.RELEASE |