Jar examples for b:butor-test
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.0.4 in this page.
The Apache Software License, Version 2.0
You can use the following script to add butor-test-0.0.4.jar to your project.
<dependency> <groupId>com.butor</groupId> <artifactId>butor-test</artifactId> <version>0.0.4</version> </dependency>
compile group: 'com.butor', name: 'butor-test', version: '0.0.4'
libraryDependencies += "com.butor" % "butor-test" % "0.0.4"
<dependency org="com.butor" name="butor-test" rev="0.0.4"/>
@Grapes(@Grab(group='com.butor', module='butor-test', version='0.0.4'))
'com.butor:butor-test:jar:0.0.4'
Click the following link to download the jar file.
butor-test-0.0.4-javadoc.jar