| GroupId | GroupIdcom.github.mrzhqiang.helper.sample |
|---|---|
| ArtifactId | ArtifactIdsample-parent |
| Version | Version1.0-beta |
| Type | Typepom |
| Filename | Size |
|---|---|
| sample-parent-1.0-beta.pom | 764 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.mrzhqiang.helper.sample/sample-parent/ -->
<dependency>
<groupId>com.github.mrzhqiang.helper.sample</groupId>
<artifactId>sample-parent</artifactId>
<version>1.0-beta</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.mrzhqiang.helper.sample/sample-parent/
implementation 'com.github.mrzhqiang.helper.sample:sample-parent:1.0-beta'
// https://jarcasting.com/artifacts/com.github.mrzhqiang.helper.sample/sample-parent/
implementation ("com.github.mrzhqiang.helper.sample:sample-parent:1.0-beta")
'com.github.mrzhqiang.helper.sample:sample-parent:pom:1.0-beta'
<dependency org="com.github.mrzhqiang.helper.sample" name="sample-parent" rev="1.0-beta">
<artifact name="sample-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.mrzhqiang.helper.sample', module='sample-parent', version='1.0-beta')
)
libraryDependencies += "com.github.mrzhqiang.helper.sample" % "sample-parent" % "1.0-beta"
[com.github.mrzhqiang.helper.sample/sample-parent "1.0-beta"]