is not current version
Last Version 0.0.7

fun.fengwk.convention:convention-parent 0.0.2

convention-parent 用于集中管理依赖版本,以免发生依赖冲突。

GroupId

GroupId

fun.fengwk.convention
ArtifactId

ArtifactId

convention-parent
Version

Version

0.0.2
Type

Type

pom

Download convention-parent 0.0.2


<!-- https://jarcasting.com/artifacts/fun.fengwk.convention/convention-parent/ -->
<dependency>
    <groupId>fun.fengwk.convention</groupId>
    <artifactId>convention-parent</artifactId>
    <version>0.0.2</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/fun.fengwk.convention/convention-parent/
implementation 'fun.fengwk.convention:convention-parent:0.0.2'
// https://jarcasting.com/artifacts/fun.fengwk.convention/convention-parent/
implementation ("fun.fengwk.convention:convention-parent:0.0.2")
'fun.fengwk.convention:convention-parent:pom:0.0.2'
<dependency org="fun.fengwk.convention" name="convention-parent" rev="0.0.2">
  <artifact name="convention-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='fun.fengwk.convention', module='convention-parent', version='0.0.2')
)
libraryDependencies += "fun.fengwk.convention" % "convention-parent" % "0.0.2"
[fun.fengwk.convention/convention-parent "0.0.2"]