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.1 in this page.
Apache License 2.0
You can use the following script to add commons-check-1.1.jar to your project.
<dependency> <groupId>net.sf.staccatocommons</groupId> <artifactId>commons-check</artifactId> <version>1.1</version> </dependency>
compile group: 'net.sf.staccatocommons', name: 'commons-check', version: '1.1'
libraryDependencies += "net.sf.staccatocommons" % "commons-check" % "1.1"
<dependency org="net.sf.staccatocommons" name="commons-check" rev="1.1"/>
@Grapes(@Grab(group='net.sf.staccatocommons', module='commons-check', version='1.1'))
'net.sf.staccatocommons:commons-check:jar:1.1'
Click the following link to download the jar file.
commons-check-1.1-javadoc.jar