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