s

sigtest-maven-plugin

Signature test to compare APIs of two versions of JARs of the same library.
http://wiki.netbeans.org/APITest
Files download
File Operation
sigtest-maven-plugin-1.1.jar download
sigtest-maven-plugin-1.1.pom download
sigtest-maven-plugin-1.1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.netbeans.tools</groupId>
  <artifactId>sigtest-maven-plugin</artifactId>
  <version>1.1</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'org.netbeans.tools:sigtest-maven-plugin:1.1'
Gradle Kotlin
implementation("org.netbeans.tools:sigtest-maven-plugin:1.1")
Scala SBT
libraryDependencies += "org.netbeans.tools" % "sigtest-maven-plugin" % "1.1"
Groovy Grape
@Grapes(
  @Grab(group='org.netbeans.tools', module='sigtest-maven-plugin', version='1.1')
)
Apache Ivy
<dependency org="org.netbeans.tools" name="sigtest-maven-plugin" rev="1.1" />
Leiningen
[org.netbeans.tools/sigtest-maven-plugin "1.1"]
Apache Buildr
'org.netbeans.tools:sigtest-maven-plugin:jar:1.1'