is not current version
Last Version 1.0.29

com.butor:butor-test 0.9.0

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

GroupId

GroupId

com.butor
ArtifactId

ArtifactId

butor-test
Version

Version

0.9.0
Type

Type

jar

Download butor-test 0.9.0


<!-- https://jarcasting.com/artifacts/com.butor/butor-test/ -->
<dependency>
    <groupId>com.butor</groupId>
    <artifactId>butor-test</artifactId>
    <version>0.9.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.butor/butor-test/
implementation 'com.butor:butor-test:0.9.0'
// https://jarcasting.com/artifacts/com.butor/butor-test/
implementation ("com.butor:butor-test:0.9.0")
'com.butor:butor-test:jar:0.9.0'
<dependency org="com.butor" name="butor-test" rev="0.9.0">
  <artifact name="butor-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.butor', module='butor-test', version='0.9.0')
)
libraryDependencies += "com.butor" % "butor-test" % "0.9.0"
[com.butor/butor-test "0.9.0"]