Files download
File Operation
commons-parent-0.0.2.pom download
Apache Maven
<dependency>
  <groupId>fun.fengwk.commons</groupId>
  <artifactId>commons-parent</artifactId>
  <version>0.0.2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'fun.fengwk.commons:commons-parent:0.0.2'
Gradle Kotlin
implementation("fun.fengwk.commons:commons-parent:0.0.2")
Scala SBT
libraryDependencies += "fun.fengwk.commons" % "commons-parent" % "0.0.2"
Groovy Grape
@Grapes(
  @Grab(group='fun.fengwk.commons', module='commons-parent', version='0.0.2')
)
Apache Ivy
<dependency org="fun.fengwk.commons" name="commons-parent" rev="0.0.2" />
Leiningen
[fun.fengwk.commons/commons-parent "0.0.2"]
Apache Buildr
'fun.fengwk.commons:commons-parent:jar:0.0.2'