Download ff4j-test-1.6.4.jar file

Introduction

You can download ff4j-test-1.6.4.jar in this page.

License

Open Source

Type List

ff4j-test-1.6.4.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/org.ff4j/ff4j-test/pom.properties
META-INF/maven/org.ff4j/ff4j-test/pom.xml
logback-test.xml
org.ff4j.test.AssertFf4j.class
org.ff4j.test.TestsFf4jConstants.class
org.ff4j.test.audit.EventRepositoryTestSupport.class
org.ff4j.test.cache.AbstractCacheManagerJUnitTest.class
org.ff4j.test.propertystore.PropertyStoreTestSupport.class
org.ff4j.test.security.DefaultAuthorisationManager.class
org.ff4j.test.store.FeatureStoreTestSupport.class
test-ff4j-features.xml

Pom

ff4j-test-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-test</artifactId>
	<packaging>jar</packaging>
	<name>ff4j-test</name>
	
	<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
	<!-- ~         PARENT           ~ -->
	<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
	<parent>
		<groupId>org.ff4j</groupId>
		<artifactId>ff4j-parent</artifactId>
		<version>1.6.4</version>
	</parent>
	
	<properties>
	 	<license.licenseResolver>${project.baseUri}/../src/license</license.licenseResolver>
	</properties>

	<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
	<!-- ~      DEPENDENCIES        ~ -->
	<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
	<dependencies>
	
		<!--  core -->
		<dependency>
			<artifactId>ff4j-core</artifactId>
			<groupId>org.ff4j</groupId>
			<version>${project.version}</version>
		</dependency>
		
		<dependency>
            <groupId>org.slf4j</groupId>
            <artifactId>jcl-over-slf4j</artifactId>
        </dependency>
        <dependency>
            <groupId>ch.qos.logback</groupId>
            <artifactId>logback-classic</artifactId>
        </dependency>
	
		<!-- Support for tests -->
		<dependency>
			<groupId>junit</groupId>
			<artifactId>junit</artifactId>
		</dependency>
		
		<dependency>
			<groupId>org.hsqldb</groupId>
			<artifactId>hsqldb</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>
		

	</dependencies>

	
</project>

POM Entry

<dependency>
   <groupId>org.ff4j</groupId>
   <artifactId>ff4j-test</artifactId>
   <version>1.6.4</version>
</dependency>

Download

If you think the following ff4j-test-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-test-1.6.4.jar file




PreviousNext

Related