| GroupId | GroupIdcom.upcwangying.cloud.samples |
|---|---|
| ArtifactId | ArtifactIdsamples-user |
| Version | Version0.2.0.RELEASE |
| Type | Typepom |
| Filename | Size |
|---|---|
| samples-user-0.2.0.RELEASE.pom | 3 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.upcwangying.cloud.samples/samples-user/ -->
<dependency>
<groupId>com.upcwangying.cloud.samples</groupId>
<artifactId>samples-user</artifactId>
<version>0.2.0.RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.upcwangying.cloud.samples/samples-user/
implementation 'com.upcwangying.cloud.samples:samples-user:0.2.0.RELEASE'
// https://jarcasting.com/artifacts/com.upcwangying.cloud.samples/samples-user/
implementation ("com.upcwangying.cloud.samples:samples-user:0.2.0.RELEASE")
'com.upcwangying.cloud.samples:samples-user:pom:0.2.0.RELEASE'
<dependency org="com.upcwangying.cloud.samples" name="samples-user" rev="0.2.0.RELEASE">
<artifact name="samples-user" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.upcwangying.cloud.samples', module='samples-user', version='0.2.0.RELEASE')
)
libraryDependencies += "com.upcwangying.cloud.samples" % "samples-user" % "0.2.0.RELEASE"
[com.upcwangying.cloud.samples/samples-user "0.2.0.RELEASE"]