| License |
License |
|---|---|
| GroupId | GroupIdcom.upcwangying.cloud.samples |
| ArtifactId | ArtifactIdsamples-product |
| Version | Version0.2.1.RELEASE |
| Type | Typepom |
| Description |
Descriptionsamples-product
商品模块
|
| Filename | Size |
|---|---|
| samples-product-0.2.1.RELEASE.pom | 2 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.upcwangying.cloud.samples/samples-product/ -->
<dependency>
<groupId>com.upcwangying.cloud.samples</groupId>
<artifactId>samples-product</artifactId>
<version>0.2.1.RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.upcwangying.cloud.samples/samples-product/
implementation 'com.upcwangying.cloud.samples:samples-product:0.2.1.RELEASE'
// https://jarcasting.com/artifacts/com.upcwangying.cloud.samples/samples-product/
implementation ("com.upcwangying.cloud.samples:samples-product:0.2.1.RELEASE")
'com.upcwangying.cloud.samples:samples-product:pom:0.2.1.RELEASE'
<dependency org="com.upcwangying.cloud.samples" name="samples-product" rev="0.2.1.RELEASE">
<artifact name="samples-product" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.upcwangying.cloud.samples', module='samples-product', version='0.2.1.RELEASE')
)
libraryDependencies += "com.upcwangying.cloud.samples" % "samples-product" % "0.2.1.RELEASE"
[com.upcwangying.cloud.samples/samples-product "0.2.1.RELEASE"]