Last Version

Clirr 0.6

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.

Categories

Categories

Net CLI User Interface
GroupId

GroupId

net.sf.clirr
ArtifactId

ArtifactId

clirr-core
Version

Version

0.6
Type

Type

jar
Description

Description

Clirr
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.
Project URL

Project URL

http://clirr.sourceforge.net/
Project Organization

Project Organization

Lars K�hne

Download clirr-core 0.6


<!-- https://jarcasting.com/artifacts/net.sf.clirr/clirr-core/ -->
<dependency>
    <groupId>net.sf.clirr</groupId>
    <artifactId>clirr-core</artifactId>
    <version>0.6</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.clirr/clirr-core/
implementation 'net.sf.clirr:clirr-core:0.6'
// https://jarcasting.com/artifacts/net.sf.clirr/clirr-core/
implementation ("net.sf.clirr:clirr-core:0.6")
'net.sf.clirr:clirr-core:jar:0.6'
<dependency org="net.sf.clirr" name="clirr-core" rev="0.6">
  <artifact name="clirr-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.clirr', module='clirr-core', version='0.6')
)
libraryDependencies += "net.sf.clirr" % "clirr-core" % "0.6"
[net.sf.clirr/clirr-core "0.6"]

Dependencies

compile (4)

Group / Artifact Type Version
bcel : bcel jar 5.1
ant : ant Optional jar 1.5.3-1
commons-cli : commons-cli Optional jar 1.0
commons-lang : commons-lang Optional jar 1.0.1

Project Modules

There are no modules declared in this project.