License |
License |
---|---|
Categories |
CategoriesFeign Net HTTP Clients |
GroupId | GroupIdcom.upcwangying.cloud.samples.product |
ArtifactId | ArtifactIdproduct-feign |
Last Version | Last Version0.2.1.RELEASE |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionproduct-feign
商品模块API, 供其他模块调用
|
<!-- https://jarcasting.com/artifacts/com.upcwangying.cloud.samples.product/product-feign/ -->
<dependency>
<groupId>com.upcwangying.cloud.samples.product</groupId>
<artifactId>product-feign</artifactId>
<version>0.2.1.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.upcwangying.cloud.samples.product/product-feign/
implementation 'com.upcwangying.cloud.samples.product:product-feign:0.2.1.RELEASE'
// https://jarcasting.com/artifacts/com.upcwangying.cloud.samples.product/product-feign/
implementation ("com.upcwangying.cloud.samples.product:product-feign:0.2.1.RELEASE")
'com.upcwangying.cloud.samples.product:product-feign:jar:0.2.1.RELEASE'
<dependency org="com.upcwangying.cloud.samples.product" name="product-feign" rev="0.2.1.RELEASE">
<artifact name="product-feign" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.upcwangying.cloud.samples.product', module='product-feign', version='0.2.1.RELEASE')
)
libraryDependencies += "com.upcwangying.cloud.samples.product" % "product-feign" % "0.2.1.RELEASE"
[com.upcwangying.cloud.samples.product/product-feign "0.2.1.RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
com.upcwangying.cloud.samples : samples-core | jar | 0.2.1.RELEASE |
com.upcwangying.cloud.samples.product : product-common | jar | 0.2.1.RELEASE |
org.springframework.cloud : spring-cloud-starter-openfeign | jar | |
com.squareup.okhttp3 : okhttp | jar | 3.8.1 |
javax.servlet : javax.servlet-api | jar | 4.0.1 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.1.15.RELEASE |