Categories |
CategoriesFeign Net HTTP Clients |
---|---|
GroupId | GroupIdcom.moonciki.strongfeign |
ArtifactId | ArtifactIdfeign-core |
Last Version | Last Version10.3.1-RELEASE |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionfeign-core
feign-core
|
Filename | Size |
---|---|
feign-core-10.3.1-RELEASE.pom | |
feign-core-10.3.1-RELEASE.jar | 147 KB |
feign-core-10.3.1-RELEASE-sources.jar | 92 KB |
feign-core-10.3.1-RELEASE-javadoc.jar | 541 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.moonciki.strongfeign/feign-core/ -->
<dependency>
<groupId>com.moonciki.strongfeign</groupId>
<artifactId>feign-core</artifactId>
<version>10.3.1-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.moonciki.strongfeign/feign-core/
implementation 'com.moonciki.strongfeign:feign-core:10.3.1-RELEASE'
// https://jarcasting.com/artifacts/com.moonciki.strongfeign/feign-core/
implementation ("com.moonciki.strongfeign:feign-core:10.3.1-RELEASE")
'com.moonciki.strongfeign:feign-core:jar:10.3.1-RELEASE'
<dependency org="com.moonciki.strongfeign" name="feign-core" rev="10.3.1-RELEASE">
<artifact name="feign-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.moonciki.strongfeign', module='feign-core', version='10.3.1-RELEASE')
)
libraryDependencies += "com.moonciki.strongfeign" % "feign-core" % "10.3.1-RELEASE"
[com.moonciki.strongfeign/feign-core "10.3.1-RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
org.jvnet : animal-sniffer-annotation Optional | jar |
Group / Artifact | Type | Version |
---|---|---|
com.squareup.okhttp3 : mockwebserver | jar | |
com.google.code.gson : gson | jar | |
org.springframework : spring-context | jar | 4.2.5.RELEASE |
com.fasterxml.jackson.core : jackson-databind | jar | ${jackson.version} |