is not current version
Last Version 1.8.13

ff4j-aop 1.8.11

FF4J, stands for Feature Flipping for Java, helps you implementing the 'feature toggle' agile development practice. Features (services/behaviour/treatments/screen parts) can be enabled and disabled at runtime but also limited to an authorized sub-set of users (e.g : beta-testers for beta feature). Once the feature is enabled and granted you can implement your own strategy to flip through custom FlippingStrategy.

License

License

GroupId

GroupId

org.ff4j
ArtifactId

ArtifactId

ff4j-aop
Version

Version

1.8.11
Type

Type

jar
Description

Description

ff4j-aop
FF4J, stands for Feature Flipping for Java, helps you implementing the 'feature toggle' agile development practice. Features (services/behaviour/treatments/screen parts) can be enabled and disabled at runtime but also limited to an authorized sub-set of users (e.g : beta-testers for beta feature). Once the feature is enabled and granted you can implement your own strategy to flip through custom FlippingStrategy.
Project URL

Project URL

http://ff4j.org/ff4j-aop
Project Organization

Project Organization

FF4J

Download ff4j-aop 1.8.11


<!-- https://jarcasting.com/artifacts/org.ff4j/ff4j-aop/ -->
<dependency>
    <groupId>org.ff4j</groupId>
    <artifactId>ff4j-aop</artifactId>
    <version>1.8.11</version>
</dependency>
// https://jarcasting.com/artifacts/org.ff4j/ff4j-aop/
implementation 'org.ff4j:ff4j-aop:1.8.11'
// https://jarcasting.com/artifacts/org.ff4j/ff4j-aop/
implementation ("org.ff4j:ff4j-aop:1.8.11")
'org.ff4j:ff4j-aop:jar:1.8.11'
<dependency org="org.ff4j" name="ff4j-aop" rev="1.8.11">
  <artifact name="ff4j-aop" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ff4j', module='ff4j-aop', version='1.8.11')
)
libraryDependencies += "org.ff4j" % "ff4j-aop" % "1.8.11"
[org.ff4j/ff4j-aop "1.8.11"]

Dependencies

compile (3)

Group / Artifact Type Version
org.ff4j : ff4j-core jar 1.8.11
org.slf4j : slf4j-api jar 1.7.22
org.springframework : spring-context jar 4.3.25.RELEASE

test (3)

Group / Artifact Type Version
org.springframework : spring-test jar 4.3.25.RELEASE
org.ff4j : ff4j-test jar 1.8.11
org.springframework : spring-aspects jar 4.3.25.RELEASE

Project Modules

There are no modules declared in this project.