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