You can download ff4j-core-1.6.4.jar in this page.
Open Source
ff4j-core-1.6.4.jar file has the following types.
META-INF/MANIFEST.MF META-INF/maven/org.ff4j/ff4j-core/pom.properties META-INF/maven/org.ff4j/ff4j-core/pom.xml ff4j-1.2.0.xsd ff4j-1.3.0.xsd ff4j-1.4.0.xsd ff4j-1.5.xsd org.ff4j.FF4j.class org.ff4j.audit.Event.class org.ff4j.audit.EventBuilder.class org.ff4j.audit.EventConstants.class org.ff4j.audit.EventPublisher.class org.ff4j.audit.EventQueryDefinition.class org.ff4j.audit.EventRejectedExecutionHandler.class org.ff4j.audit.EventSeries.class org.ff4j.audit.EventWorker.class org.ff4j.audit.MutableHitCount.class org.ff4j.audit.PublisherThreadFactory.class org.ff4j.audit.chart.AbstractChart.class org.ff4j.audit.chart.BarChart.class org.ff4j.audit.chart.PieChart.class org.ff4j.audit.chart.Serie.class org.ff4j.audit.chart.TimeSeriesChart.class org.ff4j.audit.proxy.FeatureStoreAuditProxy.class org.ff4j.audit.proxy.PropertyStoreAuditProxy.class org.ff4j.audit.repository.AbstractEventRepository.class org.ff4j.audit.repository.EventRepository.class org.ff4j.audit.repository.InMemoryEventRepository.class org.ff4j.audit.repository.JdbcEventRepository.class org.ff4j.cache.FF4JCacheManager.class org.ff4j.cache.FF4jCacheProxy.class org.ff4j.cache.InMemoryCacheEntry.class org.ff4j.cache.InMemoryCacheManager.class org.ff4j.cache.Store2CachePollingScheduler.class org.ff4j.cache.Store2CachePollingWorker.class org.ff4j.conf.XmlConfig.class org.ff4j.conf.XmlParser.class org.ff4j.conf.XmlParserErrorHandler.class org.ff4j.core.Feature.class org.ff4j.core.FeatureStore.class org.ff4j.core.FlippingExecutionContext.class org.ff4j.core.FlippingStrategy.class org.ff4j.exception.AuditAccessException.class org.ff4j.exception.FeatureAccessException.class org.ff4j.exception.FeatureAlreadyExistException.class org.ff4j.exception.FeatureNotFoundException.class org.ff4j.exception.GroupNotFoundException.class org.ff4j.exception.InvalidPropertyTypeException.class org.ff4j.exception.PropertyAccessException.class org.ff4j.exception.PropertyAlreadyExistException.class org.ff4j.exception.PropertyNotFoundException.class org.ff4j.mapper.EventMapper.class org.ff4j.mapper.FeatureMapper.class org.ff4j.mapper.Mapper.class org.ff4j.mapper.PropertyMapper.class org.ff4j.property.BasePropertyBean.class org.ff4j.property.Property.class org.ff4j.property.PropertyBigDecimal.class org.ff4j.property.PropertyBigInteger.class org.ff4j.property.PropertyBoolean.class org.ff4j.property.PropertyByte.class org.ff4j.property.PropertyCalendar.class org.ff4j.property.PropertyClass.class org.ff4j.property.PropertyDate.class org.ff4j.property.PropertyDouble.class org.ff4j.property.PropertyFloat.class org.ff4j.property.PropertyInstant.class org.ff4j.property.PropertyInt.class org.ff4j.property.PropertyLocalDateTime.class org.ff4j.property.PropertyLogLevel.class org.ff4j.property.PropertyLong.class org.ff4j.property.PropertyShort.class org.ff4j.property.PropertyString.class org.ff4j.property.multi.AbstractPropertyList.class org.ff4j.property.multi.AbstractPropertyMap.class org.ff4j.property.multi.AbstractPropertyMultiValued.class org.ff4j.property.multi.AbstractPropertySet.class org.ff4j.property.store.AbstractPropertyStore.class org.ff4j.property.store.InMemoryPropertyStore.class org.ff4j.property.store.JdbcPropertyMapper.class org.ff4j.property.store.JdbcPropertyStore.class org.ff4j.property.store.PropertyStore.class org.ff4j.property.util.PropertyFactory.class org.ff4j.property.util.PropertyJsonBean.class org.ff4j.security.AbstractAuthorizationManager.class org.ff4j.security.AuthorizationsManager.class org.ff4j.store.AbstractFeatureStore.class org.ff4j.store.InMemoryFeatureStore.class org.ff4j.store.JdbcEventMapper.class org.ff4j.store.JdbcFeatureMapper.class org.ff4j.store.JdbcFeatureStore.class org.ff4j.store.JdbcQueryBuilder.class org.ff4j.store.JdbcStoreConstants.class org.ff4j.strategy.AbstractFlipStrategy.class org.ff4j.strategy.BlackListStrategy.class org.ff4j.strategy.ClientFilterStrategy.class org.ff4j.strategy.DarkLaunchStrategy.class org.ff4j.strategy.PonderationStrategy.class org.ff4j.strategy.ServerFilterStrategy.class org.ff4j.strategy.WhiteListStrategy.class org.ff4j.strategy.el.ExpressionFlipStrategy.class org.ff4j.strategy.el.ExpressionNode.class org.ff4j.strategy.el.ExpressionOperator.class org.ff4j.strategy.el.ExpressionParser.class org.ff4j.strategy.time.HourInterval.class org.ff4j.strategy.time.OfficeHourStrategy.class org.ff4j.strategy.time.ReleaseDateFlipStrategy.class org.ff4j.utils.GeneratorUtils.class org.ff4j.utils.IOUtil.class org.ff4j.utils.JdbcUtils.class org.ff4j.utils.JsonUtils.class org.ff4j.utils.MappingUtil.class org.ff4j.utils.OptionalEx.class org.ff4j.utils.TimeUtils.class org.ff4j.utils.Util.class org.ff4j.web.ApiConfig.class org.ff4j.web.ApiConfigBuilder.class org.ff4j.web.FF4jProvider.class org.ff4j.web.FF4jWebConstants.class schema-ddl-db2.sql schema-ddl.sql schema-drop.sql
ff4j-core-1.6.4.pom file content.
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> <!-- ~ COORDINATES ~ --> <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> <artifactId>ff4j-core</artifactId> <packaging>jar</packaging> <name>ff4j-core</name> <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> <!-- ~ PARENT ~ --> <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> <parent> <groupId>org.ff4j</groupId> <artifactId>ff4j-parent</artifactId> <version>1.6.4</version> </parent> <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> <!-- ~ DEPENDENCIES ~ --> <!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ --> <dependencies> <!-- Support for tests --> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.hsqldb</groupId> <artifactId>hsqldb</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>commons-dbcp</groupId> <artifactId>commons-dbcp</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-all</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-jdbc</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> <scope>test</scope> </dependency> </dependencies> <properties> <license.licenseResolver>${project.baseUri}/../src/license</license.licenseResolver> </properties> </project>
<dependency> <groupId>org.ff4j</groupId> <artifactId>ff4j-core</artifactId> <version>1.6.4</version> </dependency>
If you think the following ff4j-core-1.6.4.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download ff4j-core-1.6.4.jar file