is not current version
Last Version 0.0.7

fun.fengwk.convention:convention-parent 0.0.3

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

GroupId

GroupId

fun.fengwk.convention
ArtifactId

ArtifactId

convention-parent
Version

Version

0.0.3
Type

Type

pom

Download convention-parent 0.0.3


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