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