Download butor-test-0.9.0.jar file - Jar b

Jar examples for b:butor-test

Description

Butor Framework is a framework that enables fast and easy creation of HTTP services. (asynchronous and synchronous). It consists of several modules for different layers, such as data access, services, JSON serialization and test utilities. It sits on top of popular and proven libraries such as Google Guava and Spring. The project is released under APL 2.0 This project is a module to ease the task of unit testing

You can download jar file butor-test 0.9.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add butor-test-0.9.0.jar to your project.

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

Download

Click the following link to download the jar file.

butor-test-0.9.0-javadoc.jar
butor-test-0.9.0-sources.jar
butor-test-0.9.0.jar
butor-test-0.9.0.pom



Related Tutorials