| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииJersey Межпрограммное взаимодействие REST Frameworks |
| Группа | Группаorg.ff4j |
| Идентификатор | Идентификаторff4j-webapi-jersey1x |
| Версия | Версия1.7.3 |
| Тип | Типjar |
| Описание |
Описание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.
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| ff4j-webapi-jersey1x-1.7.3.pom | |
| ff4j-webapi-jersey1x-1.7.3.jar | 21 KB |
| ff4j-webapi-jersey1x-1.7.3-sources.jar | 16 KB |
| ff4j-webapi-jersey1x-1.7.3-javadoc.jar | 79 KB |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| 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 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| 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 |