Download flexunit-4.1.0.jar file - Jar f

Jar examples for f:flexunit

Description

FlexUnit core library

You can download jar file flexunit 4.1.0 in this page.

License

MIT License

Build File

You can use the following script to add flexunit-4.1.0.jar to your project.

<dependency>
   <groupId>org.flexunit</groupId>
   <artifactId>flexunit</artifactId>
   <version>4.1.0</version>
</dependency>
compile group: 'org.flexunit', name: 'flexunit', version: '4.1.0'
libraryDependencies += "org.flexunit" % "flexunit" % "4.1.0"
<dependency org="org.flexunit" name="flexunit" rev="4.1.0"/>
@Grapes(@Grab(group='org.flexunit', module='flexunit', version='4.1.0'))
'org.flexunit:flexunit:jar:4.1.0'

Download

Click the following link to download the jar file.

flexunit-4.1.0.pom



Related Tutorials