| GroupId | GroupIdcom.github.leeyazhou |
|---|---|
| ArtifactId | ArtifactIdparent |
| Version | Version5 |
| Type | Typepom |
| Filename | Size |
|---|---|
| parent-5.pom | 17 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.leeyazhou/parent/ -->
<dependency>
<groupId>com.github.leeyazhou</groupId>
<artifactId>parent</artifactId>
<version>5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.leeyazhou/parent/
implementation 'com.github.leeyazhou:parent:5'
// https://jarcasting.com/artifacts/com.github.leeyazhou/parent/
implementation ("com.github.leeyazhou:parent:5")
'com.github.leeyazhou:parent:pom:5'
<dependency org="com.github.leeyazhou" name="parent" rev="5">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.leeyazhou', module='parent', version='5')
)
libraryDependencies += "com.github.leeyazhou" % "parent" % "5"
[com.github.leeyazhou/parent "5"]