License |
License |
---|---|
Categories |
CategoriesFeign Net HTTP Clients |
GroupId | GroupIdcom.github.nikyotensai |
ArtifactId | ArtifactIdfeign-plus-all |
Last Version | Last Version2.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionParent pom providing dependency and plugin management for applications
built with Maven
|
Project URL |
Project URL |
Filename | Size |
---|---|
feign-plus-all-2.0.0.pom | |
feign-plus-all-2.0.0.jar | 1 KB |
feign-plus-all-2.0.0-sources.jar | 592 bytes |
feign-plus-all-2.0.0-javadoc.jar | 336 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.nikyotensai/feign-plus-all/ -->
<dependency>
<groupId>com.github.nikyotensai</groupId>
<artifactId>feign-plus-all</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.nikyotensai/feign-plus-all/
implementation 'com.github.nikyotensai:feign-plus-all:2.0.0'
// https://jarcasting.com/artifacts/com.github.nikyotensai/feign-plus-all/
implementation ("com.github.nikyotensai:feign-plus-all:2.0.0")
'com.github.nikyotensai:feign-plus-all:jar:2.0.0'
<dependency org="com.github.nikyotensai" name="feign-plus-all" rev="2.0.0">
<artifact name="feign-plus-all" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.nikyotensai', module='feign-plus-all', version='2.0.0')
)
libraryDependencies += "com.github.nikyotensai" % "feign-plus-all" % "2.0.0"
[com.github.nikyotensai/feign-plus-all "2.0.0"]
Group / Artifact | Type | Version |
---|---|---|
com.github.nikyotensai : feign-plus-fallback | jar | 2.0.0 |
com.github.nikyotensai : feign-plus-logger | jar | 2.0.0 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.8 |