Application Binary Interface (ABI) Inspector

A command line application that scans the API of a Java library to detect whether it leaks dependencies to consumers' runtime classpath

License

License

Categories

Categories

CLI User Interface
GroupId

GroupId

com.lingocoder
ArtifactId

ArtifactId

abi.cli
Last Version

Last Version

0.5.2
Release Date

Release Date

Type

Type

jar
Description

Description

Application Binary Interface (ABI) Inspector
A command line application that scans the API of a Java library to detect whether it leaks dependencies to consumers' runtime classpath
Project URL

Project URL

http://lingocoder.com
Project Organization

Project Organization

Lingo Coder
Source Code Management

Source Code Management

https://github.com/lingocoder/abi.cli

Download abi.cli

How to add to project

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

Dependencies

runtime (3)

Group / Artifact Type Version
com.lingocoder : lingocoder.core jar 0.5.2
ch.qos.logback : logback-classic jar 1.3.0-alpha4
commons-cli : commons-cli jar 1.4

Project Modules

There are no modules declared in this project.

Versions

Version
0.5.2
0.5.1
0.5.0
0.4.9
0.4.8
0.4.7
0.4.6