Categories |
CategoriesDubbo Net Networking |
---|---|
GroupId | GroupIdcom.upcwangying.cloud.samples.order |
ArtifactId | ArtifactIdorder-dubbo |
Version | Version0.2.0.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.upcwangying.cloud.samples.order/order-dubbo/ -->
<dependency>
<groupId>com.upcwangying.cloud.samples.order</groupId>
<artifactId>order-dubbo</artifactId>
<version>0.2.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.upcwangying.cloud.samples.order/order-dubbo/
implementation 'com.upcwangying.cloud.samples.order:order-dubbo:0.2.0.RELEASE'
// https://jarcasting.com/artifacts/com.upcwangying.cloud.samples.order/order-dubbo/
implementation ("com.upcwangying.cloud.samples.order:order-dubbo:0.2.0.RELEASE")
'com.upcwangying.cloud.samples.order:order-dubbo:jar:0.2.0.RELEASE'
<dependency org="com.upcwangying.cloud.samples.order" name="order-dubbo" rev="0.2.0.RELEASE">
<artifact name="order-dubbo" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.upcwangying.cloud.samples.order', module='order-dubbo', version='0.2.0.RELEASE')
)
libraryDependencies += "com.upcwangying.cloud.samples.order" % "order-dubbo" % "0.2.0.RELEASE"
[com.upcwangying.cloud.samples.order/order-dubbo "0.2.0.RELEASE"]