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