gcontracts Available in Maven Central Repository

gcontracts is finally available in Maven's central repository: http://repo2.maven.org/maven2/org/gcontracts/ To use gcontracts in your Maven project, define a dependency as this XML code snippet shows:
 
<dependency>
  <groupId>org.gcontracts</groupId>
  <artifactId>gcontracts</artifactId>
  <version>1.0.1</version>
</dependency>
 
Reload the Maven dependencies in your IDE and gcontracts appears as project dependency (in my case in IntelliJ): IntelliJ Maven Dependency More information on this topic can be found on the github project page.