is not current version
Last Version 0.2.1.RELEASE

com.upcwangying.cloud.samples.user:user-common 0.2.0.RELEASE

用户公用模块

GroupId

GroupId

com.upcwangying.cloud.samples.user
ArtifactId

ArtifactId

user-common
Version

Version

0.2.0.RELEASE
Type

Type

jar

Download user-common 0.2.0.RELEASE


<!-- https://jarcasting.com/artifacts/com.upcwangying.cloud.samples.user/user-common/ -->
<dependency>
    <groupId>com.upcwangying.cloud.samples.user</groupId>
    <artifactId>user-common</artifactId>
    <version>0.2.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.upcwangying.cloud.samples.user/user-common/
implementation 'com.upcwangying.cloud.samples.user:user-common:0.2.0.RELEASE'
// https://jarcasting.com/artifacts/com.upcwangying.cloud.samples.user/user-common/
implementation ("com.upcwangying.cloud.samples.user:user-common:0.2.0.RELEASE")
'com.upcwangying.cloud.samples.user:user-common:jar:0.2.0.RELEASE'
<dependency org="com.upcwangying.cloud.samples.user" name="user-common" rev="0.2.0.RELEASE">
  <artifact name="user-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.upcwangying.cloud.samples.user', module='user-common', version='0.2.0.RELEASE')
)
libraryDependencies += "com.upcwangying.cloud.samples.user" % "user-common" % "0.2.0.RELEASE"
[com.upcwangying.cloud.samples.user/user-common "0.2.0.RELEASE"]