License |
License |
---|---|
Categories |
CategoriesFeign Net HTTP Clients |
GroupId | GroupIdcom.github.dingey |
ArtifactId | ArtifactIdcommon-feign |
Last Version | Last Version0.0.5 |
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 |
---|---|
common-feign-0.0.5.pom | |
common-feign-0.0.5.jar | 5 KB |
common-feign-0.0.5-sources.jar | 2 KB |
common-feign-0.0.5-javadoc.jar | 30 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.dingey/common-feign/ -->
<dependency>
<groupId>com.github.dingey</groupId>
<artifactId>common-feign</artifactId>
<version>0.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dingey/common-feign/
implementation 'com.github.dingey:common-feign:0.0.5'
// https://jarcasting.com/artifacts/com.github.dingey/common-feign/
implementation ("com.github.dingey:common-feign:0.0.5")
'com.github.dingey:common-feign:jar:0.0.5'
<dependency org="com.github.dingey" name="common-feign" rev="0.0.5">
<artifact name="common-feign" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dingey', module='common-feign', version='0.0.5')
)
libraryDependencies += "com.github.dingey" % "common-feign" % "0.0.5"
[com.github.dingey/common-feign "0.0.5"]
Group / Artifact | Type | Version |
---|---|---|
com.github.dingey : common-api | jar | 0.0.5 |
org.springframework : spring-context Optional | jar | |
org.slf4j : slf4j-api Optional | jar | 1.7.28 |