License |
License |
---|---|
Categories |
CategoriesJersey Program Interface REST Frameworks |
GroupId | GroupIdorg.ff4j |
ArtifactId | ArtifactIdff4j-webapi-jersey1x |
Last Version | Last Version1.7.3 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionff4j-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 |
Project Organization |
Project Organization |
Filename | Size |
---|---|
ff4j-webapi-jersey1x-1.7.3.pom | |
ff4j-webapi-jersey1x-1.7.3.jar | 17 KB |
ff4j-webapi-jersey1x-1.7.3-sources.jar | 13 KB |
ff4j-webapi-jersey1x-1.7.3-javadoc.jar | 69 KB |
Browse |
<!-- 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"]
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 |
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 |