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