You can download ff4j-core-1.3.2.jar in this page.
Open Source
ff4j-core-1.3.2.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 org.ff4j.FF4j.class org.ff4j.audit.Event.class org.ff4j.audit.EventPublisher.class org.ff4j.audit.EventType.class org.ff4j.audit.EventWorker.class org.ff4j.audit.graph.AbstractGraphFF4j.class org.ff4j.audit.graph.BarChart.class org.ff4j.audit.graph.BarSeries.class org.ff4j.audit.graph.PieChart.class org.ff4j.audit.graph.PieSector.class org.ff4j.audit.graph.SparklineChart.class org.ff4j.audit.graph.SparklineCurve.class org.ff4j.audit.graph.SparklinePoint.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.FeatureCacheManager.class org.ff4j.cache.FeatureStoreCacheProxy.class org.ff4j.cache.InMemoryCacheEntry.class org.ff4j.cache.InMemoryCacheManager.class org.ff4j.conf.XmlConfiguration.class org.ff4j.conf.XmlParser.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.PropertyAlreadyExistException.class org.ff4j.exception.PropertyNotFoundException.class org.ff4j.property.AbstractProperty.class org.ff4j.property.Property.class org.ff4j.property.PropertyBoolean.class org.ff4j.property.PropertyCalendar.class org.ff4j.property.PropertyDate.class org.ff4j.property.PropertyDouble.class org.ff4j.property.PropertyInt.class org.ff4j.property.PropertyLogLevel.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.security.AbstractAuthorizationManager.class org.ff4j.security.AuthorizationsManager.class org.ff4j.store.AbstractFeatureStore.class org.ff4j.store.InMemoryFeatureStore.class org.ff4j.store.JdbcFeatureMapper.class org.ff4j.store.JdbcFeatureStore.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.OfficeHourStrategy.class org.ff4j.strategy.PonderationStrategy.class org.ff4j.strategy.ReleaseDateFlipStrategy.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.utils.JdbcUtils.class org.ff4j.utils.JsonUtils.class org.ff4j.utils.ParameterUtils.class org.ff4j.utils.Util.class schema-ddl.sql schema-drop.sql
ff4j-core-1.3.2.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.3.2</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>org.codehaus.jackson</groupId> <artifactId>jackson-mapper-asl</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.3.2</version> </dependency>
If you think the following ff4j-core-1.3.2.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.3.2.jar file