| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииCLI Взаимодействие с пользователем Jersey Межпрограммное взаимодействие REST Frameworks Bootique Веб-фреймворки |
| Группа | Группаio.bootique.jersey.client |
| Идентификатор | Идентификаторbootique-jersey-client-parent |
| Последняя версия | Последняя версия1.3 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
Описаниеbootique-jersey-client-parent: Parent of HTTP client integrated with Bootique, built on top of Jersey.
Parent POM of An HTTP client Bootique integration.
|
| Организация-разработчик |
Организация-разработчикObjectStyle LLC |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| bootique-jersey-client-parent-1.3.pom | 9 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.bootique.jersey.client/bootique-jersey-client-parent/ -->
<dependency>
<groupId>io.bootique.jersey.client</groupId>
<artifactId>bootique-jersey-client-parent</artifactId>
<version>1.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.bootique.jersey.client/bootique-jersey-client-parent/
implementation 'io.bootique.jersey.client:bootique-jersey-client-parent:1.3'
// https://jarcasting.com/artifacts/io.bootique.jersey.client/bootique-jersey-client-parent/
implementation ("io.bootique.jersey.client:bootique-jersey-client-parent:1.3")
'io.bootique.jersey.client:bootique-jersey-client-parent:pom:1.3'
<dependency org="io.bootique.jersey.client" name="bootique-jersey-client-parent" rev="1.3">
<artifact name="bootique-jersey-client-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.bootique.jersey.client', module='bootique-jersey-client-parent', version='1.3')
)
libraryDependencies += "io.bootique.jersey.client" % "bootique-jersey-client-parent" % "1.3"
[io.bootique.jersey.client/bootique-jersey-client-parent "1.3"]