Last Version

ff4j-webapi-jersey1x 1.7.3

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

Categories

Categories

Jersey Program Interface REST Frameworks
GroupId

GroupId

org.ff4j
ArtifactId

ArtifactId

ff4j-webapi-jersey1x
Version

Version

1.7.3
Type

Type

jar
Description

Description

ff4j-webapi-jersey1x
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-webapi-jersey1x
Project Organization

Project Organization

FF4J

Download ff4j-webapi-jersey1x 1.7.3


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

Dependencies

compile (12)

Group / Artifact Type Version
org.ff4j : ff4j-webapi jar 1.7.3
javax.ws.rs : jsr311-api jar 1.1.1
org.ff4j : ff4j-utils-json jar 1.7.3
com.sun.jersey : jersey-core jar 1.19
com.sun.jersey : jersey-server jar 1.19
com.sun.jersey : jersey-client jar 1.19
com.sun.jersey : jersey-servlet jar 1.19
com.sun.jersey.contribs : jersey-multipart jar 1.19
com.sun.jersey : jersey-json jar 1.19
io.swagger : swagger-jersey-jaxrs jar 1.5.4
org.slf4j : jcl-over-slf4j jar 1.7.7
javax.annotation : jsr250-api jar 1.0

test (7)

Group / Artifact Type Version
org.ff4j : ff4j-test jar 1.7.3
com.sun.jersey.contribs : jersey-spring jar 1.19
org.springframework : spring-test jar 4.2.3.RELEASE
org.mockito : mockito-all jar 1.9.5
junit : junit jar 4.12
com.sun.jersey.jersey-test-framework : jersey-test-framework-inmemory jar 1.19
com.sun.jersey.jersey-test-framework : jersey-test-framework-grizzly2 jar 1.19

Project Modules

There are no modules declared in this project.