Download better-preconditions-0.1.1.jar file - Jar b

Jar examples for b:better-preconditions

Description

Java APIs for creating more readable and testable preconditions

You can download jar file better-preconditions 0.1.1 in this page.

License

MIT License

Build File

You can use the following script to add better-preconditions-0.1.1.jar to your project.

<dependency>
   <groupId>com.github.choonchernlim</groupId>
   <artifactId>better-preconditions</artifactId>
   <version>0.1.1</version>
</dependency>
compile group: 'com.github.choonchernlim', name: 'better-preconditions', version: '0.1.1'
libraryDependencies += "com.github.choonchernlim" % "better-preconditions" % "0.1.1"
<dependency org="com.github.choonchernlim" name="better-preconditions" rev="0.1.1"/>
@Grapes(@Grab(group='com.github.choonchernlim', module='better-preconditions', version='0.1.1'))
'com.github.choonchernlim:better-preconditions:jar:0.1.1'

Download

Click the following link to download the jar file.

better-preconditions-0.1.1-javadoc.jar
better-preconditions-0.1.1-sources.jar
better-preconditions-0.1.1.jar
better-preconditions-0.1.1.pom



Related Tutorials