Download fork-common-1.1.1.jar file - Jar f

Jar examples for f:fork-common

Description

A small application that creates a historic view of test runs with Fork.

You can download jar file fork-common 1.1.1 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add fork-common-1.1.1.jar to your project.

<dependency>
   <groupId>com.shazam.fork</groupId>
   <artifactId>fork-common</artifactId>
   <version>1.1.1</version>
</dependency>
compile group: 'com.shazam.fork', name: 'fork-common', version: '1.1.1'
libraryDependencies += "com.shazam.fork" % "fork-common" % "1.1.1"
<dependency org="com.shazam.fork" name="fork-common" rev="1.1.1"/>
@Grapes(@Grab(group='com.shazam.fork', module='fork-common', version='1.1.1'))
'com.shazam.fork:fork-common:jar:1.1.1'

Download

Click the following link to download the jar file.

fork-common-1.1.1-javadoc.jar
fork-common-1.1.1-sources.jar
fork-common-1.1.1.jar
fork-common-1.1.1.pom



Related Tutorials