GroupId | GroupIdcn.geektool |
---|---|
ArtifactId | ArtifactIdgeektool-parent |
Version | Version0.0.2 |
Type | Typepom |
Filename | Size |
---|---|
geektool-parent-0.0.2.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.geektool/geektool-parent/ -->
<dependency>
<groupId>cn.geektool</groupId>
<artifactId>geektool-parent</artifactId>
<version>0.0.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/cn.geektool/geektool-parent/
implementation 'cn.geektool:geektool-parent:0.0.2'
// https://jarcasting.com/artifacts/cn.geektool/geektool-parent/
implementation ("cn.geektool:geektool-parent:0.0.2")
'cn.geektool:geektool-parent:pom:0.0.2'
<dependency org="cn.geektool" name="geektool-parent" rev="0.0.2">
<artifact name="geektool-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='cn.geektool', module='geektool-parent', version='0.0.2')
)
libraryDependencies += "cn.geektool" % "geektool-parent" % "0.0.2"
[cn.geektool/geektool-parent "0.0.2"]