is not current version
Last Version 0.0.2

fun.fengwk.commons:commons-parent 0.0.1

common tools library

GroupId

GroupId

fun.fengwk.commons
ArtifactId

ArtifactId

commons-parent
Version

Version

0.0.1
Type

Type

pom

Download commons-parent 0.0.1

Filename Size
commons-parent-0.0.1.pom 4 KB
Browse

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