Download clirr-core-0.6.jar file - Jar c

Jar examples for c:clirr-core

Description

Clirr is a tool that checks Java libraries for binary compatibility with older releases. Basically you give it two sets of jar files and Clirr dumps out a list of changes in the public api. Clirr provides an Ant task that can be configured to break the build if it detects incompatible api changes. In a continuous integration process Clirr can automatically prevent accidental introduction of binary compatibility problems in Java libraries.

You can download jar file clirr-core 0.6 in this page.

License

Apache License

Build File

You can use the following script to add clirr-core-0.6.jar to your project.

<dependency>
   <groupId>net.sf.clirr</groupId>
   <artifactId>clirr-core</artifactId>
   <version>0.6</version>
</dependency>
compile group: 'net.sf.clirr', name: 'clirr-core', version: '0.6'
libraryDependencies += "net.sf.clirr" % "clirr-core" % "0.6"
<dependency org="net.sf.clirr" name="clirr-core" rev="0.6"/>
@Grapes(@Grab(group='net.sf.clirr', module='clirr-core', version='0.6'))
'net.sf.clirr:clirr-core:jar:0.6'

Download

Click the following link to download the jar file.

clirr-core-0.6.jar
clirr-core-0.6.pom



Related Tutorials