Files download
File Operation
fluent-0.3.1.jar download
fluent-0.3.1.pom download
fluent-0.3.1-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.rogerkeays</groupId>
  <artifactId>fluent</artifactId>
  <version>0.3.1</version>
</dependency>
Gradle Groovy
implementation 'io.github.rogerkeays:fluent:0.3.1'
Gradle Kotlin
implementation("io.github.rogerkeays:fluent:0.3.1")
Scala SBT
libraryDependencies += "io.github.rogerkeays" % "fluent" % "0.3.1"
Groovy Grape
@Grapes(
  @Grab(group='io.github.rogerkeays', module='fluent', version='0.3.1')
)
Apache Ivy
<dependency org="io.github.rogerkeays" name="fluent" rev="0.3.1" />
Leiningen
[io.github.rogerkeays/fluent "0.3.1"]
Apache Buildr
'io.github.rogerkeays:fluent:jar:0.3.1'
Dependencies
The project has no third-party dependencies