Download sfmf4j-tests-1.0.jar file - Jar s

Jar examples for s:sfmf4j-tests

Description

This project provides classes which are common to all tests for SFMF4J implementations. It exists to make developing and testing SFMF4J implementations as easy as possible. It is declared as a test-scoped dependency by the implementation modules, and is not intended for use by applications.

You can download jar file sfmf4j-tests 1.0 in this page.

Build File

You can use the following script to add sfmf4j-tests-1.0.jar to your project.

<dependency>
   <groupId>com.github.sworisbreathing.sfmf4j</groupId>
   <artifactId>sfmf4j-tests</artifactId>
   <version>1.0</version>
</dependency>
compile group: 'com.github.sworisbreathing.sfmf4j', name: 'sfmf4j-tests', version: '1.0'
libraryDependencies += "com.github.sworisbreathing.sfmf4j" % "sfmf4j-tests" % "1.0"
<dependency org="com.github.sworisbreathing.sfmf4j" name="sfmf4j-tests" rev="1.0"/>
@Grapes(@Grab(group='com.github.sworisbreathing.sfmf4j', module='sfmf4j-tests', version='1.0'))
'com.github.sworisbreathing.sfmf4j:sfmf4j-tests:jar:1.0'

Download

Click the following link to download the jar file.

sfmf4j-tests-1.0-javadoc.jar
sfmf4j-tests-1.0-sources.jar
sfmf4j-tests-1.0.jar
sfmf4j-tests-1.0.pom



Related Tutorials