| GroupId | GroupIdcn.wizzer |
|---|---|
| ArtifactId | ArtifactIdwk-parent |
| Version | Version5.0.7 |
| Type | Typepom |
| Filename | Size |
|---|---|
| wk-parent-5.0.7.pom | 6 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/cn.wizzer/wk-parent/ -->
<dependency>
<groupId>cn.wizzer</groupId>
<artifactId>wk-parent</artifactId>
<version>5.0.7</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/cn.wizzer/wk-parent/
implementation 'cn.wizzer:wk-parent:5.0.7'
// https://jarcasting.com/artifacts/cn.wizzer/wk-parent/
implementation ("cn.wizzer:wk-parent:5.0.7")
'cn.wizzer:wk-parent:pom:5.0.7'
<dependency org="cn.wizzer" name="wk-parent" rev="5.0.7">
<artifact name="wk-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='cn.wizzer', module='wk-parent', version='5.0.7')
)
libraryDependencies += "cn.wizzer" % "wk-parent" % "5.0.7"
[cn.wizzer/wk-parent "5.0.7"]