MVN

com.lingocoder : abi.cli

Maven & Gradle

Jun 13, 2019
5 stars

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

<dependency>
    <groupId>com.lingocoder</groupId>
    <artifactId>abi.cli</artifactId>
    <version>0.5.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.lingocoder : abi.cli to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.5.2

All Versions

Choose a version of com.lingocoder : abi.cli to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.5.x
abi.cli-0.5.2
abi.cli-0.5.1
abi.cli-0.5.0
0.4.x
abi.cli-0.4.9
abi.cli-0.4.8
abi.cli-0.4.7
abi.cli-0.4.6

How to add a dependency to Maven

Add the following com.lingocoder : abi.cli maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.lingocoder</groupId>
    <artifactId>abi.cli</artifactId>
    <version>0.5.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.lingocoder : abi.cli gradle dependency to your build.gradle file:

implementation 'com.lingocoder:abi.cli:0.5.2'

Gradle Kotlin DSL: Add the following com.lingocoder : abi.cli gradle kotlin dependency to your build.gradle.kts file:

implementation("com.lingocoder:abi.cli:0.5.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.lingocoder : abi.cli sbt scala dependency to your build.sbt file:

libraryDependencies += "com.lingocoder" % "abi.cli" % "0.5.2"