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