Jar examples for c:commons-check
The module contains an implementation of few classes to check preconditions. The implementation is fluent and easy to use.
You can download jar file commons-check 1.0-beta-2 in this page.
Apache License 2.0
You can use the following script to add commons-check-1.0-beta-2.jar to your project.
<dependency> <groupId>net.sf.staccatocommons</groupId> <artifactId>commons-check</artifactId> <version>1.0-beta-2</version> </dependency>
compile group: 'net.sf.staccatocommons', name: 'commons-check', version: '1.0-beta-2'
libraryDependencies += "net.sf.staccatocommons" % "commons-check" % "1.0-beta-2"
<dependency org="net.sf.staccatocommons" name="commons-check" rev="1.0-beta-2"/>
@Grapes(@Grab(group='net.sf.staccatocommons', module='commons-check', version='1.0-beta-2'))
'net.sf.staccatocommons:commons-check:jar:1.0-beta-2'
Click the following link to download the jar file.
commons-check-1.0-beta-2-javadoc.jar