| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииCLI Взаимодействие с пользователем |
| Группа | Группаorg.eclipse.microprofile.rest.client |
| Идентификатор | Идентификаторmicroprofile-rest-client-spec |
| Последняя версия | Последняя версия3.0 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеMicroProfile Rest Client Specification
Typesafe Rest Client APIs for MicroProfile :: Specification
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| microprofile-rest-client-spec-3.0.pom | 4 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.eclipse.microprofile.rest.client/microprofile-rest-client-spec/ -->
<dependency>
<groupId>org.eclipse.microprofile.rest.client</groupId>
<artifactId>microprofile-rest-client-spec</artifactId>
<version>3.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.eclipse.microprofile.rest.client/microprofile-rest-client-spec/
implementation 'org.eclipse.microprofile.rest.client:microprofile-rest-client-spec:3.0'
// https://jarcasting.com/artifacts/org.eclipse.microprofile.rest.client/microprofile-rest-client-spec/
implementation ("org.eclipse.microprofile.rest.client:microprofile-rest-client-spec:3.0")
'org.eclipse.microprofile.rest.client:microprofile-rest-client-spec:pom:3.0'
<dependency org="org.eclipse.microprofile.rest.client" name="microprofile-rest-client-spec" rev="3.0">
<artifact name="microprofile-rest-client-spec" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.eclipse.microprofile.rest.client', module='microprofile-rest-client-spec', version='3.0')
)
libraryDependencies += "org.eclipse.microprofile.rest.client" % "microprofile-rest-client-spec" % "3.0"
[org.eclipse.microprofile.rest.client/microprofile-rest-client-spec "3.0"]