GroupId | GroupIdcn.tuheishan |
---|---|
ArtifactId | ArtifactIdmeteor-parent |
Version | Version1.0.6 |
Type | Typepom |
Filename | Size |
---|---|
meteor-parent-1.0.6.pom | 8 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.tuheishan/meteor-parent/ -->
<dependency>
<groupId>cn.tuheishan</groupId>
<artifactId>meteor-parent</artifactId>
<version>1.0.6</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/cn.tuheishan/meteor-parent/
implementation 'cn.tuheishan:meteor-parent:1.0.6'
// https://jarcasting.com/artifacts/cn.tuheishan/meteor-parent/
implementation ("cn.tuheishan:meteor-parent:1.0.6")
'cn.tuheishan:meteor-parent:pom:1.0.6'
<dependency org="cn.tuheishan" name="meteor-parent" rev="1.0.6">
<artifact name="meteor-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='cn.tuheishan', module='meteor-parent', version='1.0.6')
)
libraryDependencies += "cn.tuheishan" % "meteor-parent" % "1.0.6"
[cn.tuheishan/meteor-parent "1.0.6"]