GroupId | GroupIdtop.zenyoung |
---|---|
ArtifactId | ArtifactIdzenyoung-parent |
Version | Version1.0.11 |
Type | Typepom |
Filename | Size |
---|---|
zenyoung-parent-1.0.11.pom | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/top.zenyoung/zenyoung-parent/ -->
<dependency>
<groupId>top.zenyoung</groupId>
<artifactId>zenyoung-parent</artifactId>
<version>1.0.11</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/top.zenyoung/zenyoung-parent/
implementation 'top.zenyoung:zenyoung-parent:1.0.11'
// https://jarcasting.com/artifacts/top.zenyoung/zenyoung-parent/
implementation ("top.zenyoung:zenyoung-parent:1.0.11")
'top.zenyoung:zenyoung-parent:pom:1.0.11'
<dependency org="top.zenyoung" name="zenyoung-parent" rev="1.0.11">
<artifact name="zenyoung-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='top.zenyoung', module='zenyoung-parent', version='1.0.11')
)
libraryDependencies += "top.zenyoung" % "zenyoung-parent" % "1.0.11"
[top.zenyoung/zenyoung-parent "1.0.11"]