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