GroupId | GroupIdio.gitee.chippyer |
---|---|
ArtifactId | ArtifactIdchippy-parent |
Version | Version0.0.2.1 |
Type | Typepom |
Filename | Size |
---|---|
chippy-parent-0.0.2.1.pom | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.gitee.chippyer/chippy-parent/ -->
<dependency>
<groupId>io.gitee.chippyer</groupId>
<artifactId>chippy-parent</artifactId>
<version>0.0.2.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.gitee.chippyer/chippy-parent/
implementation 'io.gitee.chippyer:chippy-parent:0.0.2.1'
// https://jarcasting.com/artifacts/io.gitee.chippyer/chippy-parent/
implementation ("io.gitee.chippyer:chippy-parent:0.0.2.1")
'io.gitee.chippyer:chippy-parent:pom:0.0.2.1'
<dependency org="io.gitee.chippyer" name="chippy-parent" rev="0.0.2.1">
<artifact name="chippy-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.gitee.chippyer', module='chippy-parent', version='0.0.2.1')
)
libraryDependencies += "io.gitee.chippyer" % "chippy-parent" % "0.0.2.1"
[io.gitee.chippyer/chippy-parent "0.0.2.1"]