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