| Категории |
КатегорииFeign Сеть HTTP Clients |
|---|---|
| Группа | Группаio.github.openfeign |
| Идентификатор | Идентификаторparent |
| Версия | Версия11.3 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| parent-11.3.pom | 27 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.github.openfeign/parent/ -->
<dependency>
<groupId>io.github.openfeign</groupId>
<artifactId>parent</artifactId>
<version>11.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.openfeign/parent/
implementation 'io.github.openfeign:parent:11.3'
// https://jarcasting.com/artifacts/io.github.openfeign/parent/
implementation ("io.github.openfeign:parent:11.3")
'io.github.openfeign:parent:pom:11.3'
<dependency org="io.github.openfeign" name="parent" rev="11.3">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.openfeign', module='parent', version='11.3')
)
libraryDependencies += "io.github.openfeign" % "parent" % "11.3"
[io.github.openfeign/parent "11.3"]