License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdcom.upcwangying.cloud.samples.order |
ArtifactId | ArtifactIdorder-client |
Version | Version0.2.0.RELEASE |
Type | Typejar |
Description |
Descriptionorder-client
订单模块API, 供其他模块调用
|
<!-- https://jarcasting.com/artifacts/com.upcwangying.cloud.samples.order/order-client/ -->
<dependency>
<groupId>com.upcwangying.cloud.samples.order</groupId>
<artifactId>order-client</artifactId>
<version>0.2.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.upcwangying.cloud.samples.order/order-client/
implementation 'com.upcwangying.cloud.samples.order:order-client:0.2.0.RELEASE'
// https://jarcasting.com/artifacts/com.upcwangying.cloud.samples.order/order-client/
implementation ("com.upcwangying.cloud.samples.order:order-client:0.2.0.RELEASE")
'com.upcwangying.cloud.samples.order:order-client:jar:0.2.0.RELEASE'
<dependency org="com.upcwangying.cloud.samples.order" name="order-client" rev="0.2.0.RELEASE">
<artifact name="order-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.upcwangying.cloud.samples.order', module='order-client', version='0.2.0.RELEASE')
)
libraryDependencies += "com.upcwangying.cloud.samples.order" % "order-client" % "0.2.0.RELEASE"
[com.upcwangying.cloud.samples.order/order-client "0.2.0.RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
com.upcwangying.cloud.samples.order : order-common | jar | 0.2.0.RELEASE |
org.springframework.cloud : spring-cloud-starter-openfeign | jar |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.1.15.RELEASE |