japicmp 0.18.4-SNAPSHOT API
+japicmp 0.18.5-SNAPSHOT API
japicmp 0.18.4-SNAPSHOT API
-
Copyright © 2023. All rights reserved.
+Copyright © 2024. All rights reserved.
diff --git a/AntTask.html b/AntTask.html index 08318cfbc..b34e72edd 100644 --- a/AntTask.html +++ b/AntTask.html @@ -1,13 +1,13 @@
- +When your library implements interfaces or extends classes from other libraries than the JDK and you want to evaluate binary compatibility you must specify the classpath for the two different versions:
-java -jar japicmp-0.18.3-jar-with-dependencies.jar -n new-version.jar -o old-version.jar --new-classpath other-library-v2.jar
+java -jar japicmp-0.18.4-jar-with-dependencies.jar -n new-version.jar -o old-version.jar --new-classpath other-library-v2.jar
--old-classpath other-library-v1.jar
In case the classpath for both versions did not change, you can add the library using the standard way:
-java -cp japicmp-0.18.3-jar-with-dependencies.jar;otherLibrary.jar japicmp.JApiCmp -n new-version.jar -o old-version.jar
+java -cp japicmp-0.18.4-jar-with-dependencies.jar;otherLibrary.jar japicmp.JApiCmp -n new-version.jar -o old-version.jar
For reporting purposes you can also provide more than one jar as old or new version(s):
-java -jar japicmp-0.18.3-jar-with-dependencies.jar -o lib1-old.jar;lib2-old.jar -n lib1-new.jar;lib2-new.jar
+java -jar japicmp-0.18.4-jar-with-dependencies.jar -o lib1-old.jar;lib2-old.jar -n lib1-new.jar;lib2-new.jar
@@ -214,7 +214,7 @@ CLI-Tool
<plugin>
<groupId>com.github.siom79.japicmp</groupId>
<artifactId>japicmp-maven-plugin</artifactId>
- <version>0.18.3</version>
+ <version>0.18.4</version>
<configuration>
<oldVersion>
<dependency>
@@ -102,7 +102,7 @@ Basic Usage
<plugin>
<groupId>com.github.siom79.japicmp</groupId>
<artifactId>japicmp-maven-plugin</artifactId>
- <version>0.18.3</version>
+ <version>0.18.4</version>
<configuration>
<parameter>
<!-- see documentation -->
@@ -124,7 +124,7 @@ Basic Usage
<plugin>
<groupId>com.github.siom79.japicmp</groupId>
<artifactId>japicmp-maven-plugin</artifactId>
- <version>0.18.3</version>
+ <version>0.18.4</version>
<configuration>
<parameter>
<oldVersionPattern>\d+\.\d+\.\d+\.GA</oldVersionPattern>
@@ -184,13 +184,13 @@ Advanced Usage
<plugin>
<groupId>com.github.siom79.japicmp</groupId>
<artifactId>japicmp-maven-plugin</artifactId>
- <version>0.18.3</version>
+ <version>0.18.4</version>
<configuration>
<oldVersion>
<dependency>
<groupId>japicmp</groupId>
<artifactId>japicmp-test-v1</artifactId>
- <version>0.18.3</version>
+ <version>0.18.4</version>
<type>jar</type>
</dependency>
</oldVersion>
@@ -813,7 +813,7 @@ Site report
<plugin>
<groupId>com.github.siom79.japicmp</groupId>
<artifactId>japicmp-maven-plugin</artifactId>
- <version>0.18.3</version>
+ <version>0.18.4</version>
<reportSets>
<reportSet>
<reports>
@@ -929,7 +929,7 @@ Using Groovy scripts fo
@@ -63,34 +63,47 @@
Versions
The following versions of japicmp are available:
+0.18.4 (2024-02-15)
+
+
+- Do not mark class as changed in case of synthetic members #375
+- Make classes implement JApiHasChangeStatus if they already do. #373
+- Take transient modifier into account. #372
+
+Available at Maven Central.
0.18.3 (2023-11-03)
+
+Available at Maven Central.
0.18.2 (2023-10-18)
+
+Available at Maven Central.
0.18.1 (2023-09-29)
- METHOD_NON_STATIC_IN_INTERFACE_NOW_STATIC not source and binary incompatible #363
-
+
+Available at Maven Central.
0.18.0 (2023-09-22)
+
+Available at Maven Central.
0.17.3 (2023-09-02)
- METHOD_NEW_DEFAULT is now binary and source compatible. #289
-
+
+Available at Maven Central.
0.17.2 (2023-03-01)
@@ -142,7 +142,7 @@ Project Dependency Graph
Dependency Tree
-- com.github.siom79.japicmp:japicmp-base:pom:0.18.4-SNAPSHOT
+- com.github.siom79.japicmp:japicmp-base:pom:0.18.5-SNAPSHOT
japicmp-base
@@ -303,7 +303,7 @@ Dependency File Details
+- com.github.siom79.japicmp:japicmp-maven-plugin:maven-plugin:0.18.5-SNAPSHOT
+- com.google.guava:guava:jar:33.0.0-jre:compile
| \- com.google.code.findbugs:jsr305:jar:3.0.2:compile
\- org.mockito:mockito-core:jar:4.3.1:test
+- net.bytebuddy:byte-buddy:jar:1.12.7:test
| \- com.google.code.findbugs:jsr305:jar:3.0.2:test
\- net.bytebuddy:byte-buddy-agent:jar:1.12.7:test
\- com.google.code.findbugs:jsr305:jar:3.0.2:test
+- com.github.siom79.japicmp:japicmp-test-maven-plugin-classifier:jar:0.18.5-SNAPSHOT
+- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
| \- com.google.guava:guava:jar:33.0.0-jre:compile
| \- com.google.code.findbugs:jsr305:jar:3.0.2:compile
+- org.jsoup:jsoup:jar:1.15.3:test
| \- com.google.code.findbugs:jsr305:jar:3.0.2:compile
\- org.mockito:mockito-core:jar:4.3.1:test
+- net.bytebuddy:byte-buddy:jar:1.12.7:test
| \- com.google.code.findbugs:jsr305:jar:3.0.2:test
\- net.bytebuddy:byte-buddy-agent:jar:1.12.7:test
\- com.google.code.findbugs:jsr305:jar:3.0.2:test
+- com.github.siom79.japicmp:japicmp-test-maven-plugin-guava:jar:0.18.5-SNAPSHOT
+- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
| \- com.google.guava:guava:jar:33.0.0-jre:compile
| \- com.google.code.findbugs:jsr305:jar:3.0.2:compile
+- org.jsoup:jsoup:jar:1.15.3:test
| \- com.google.code.findbugs:jsr305:jar:3.0.2:compile
\- org.mockito:mockito-core:jar:4.3.1:test
+- net.bytebuddy:byte-buddy:jar:1.12.7:test
| \- com.google.code.findbugs:jsr305:jar:3.0.2:test
\- net.bytebuddy:byte-buddy-agent:jar:1.12.7:test
\- com.google.code.findbugs:jsr305:jar:3.0.2:test
+- com.github.siom79.japicmp:japicmp-test-maven-plugin-japicmp:jar:0.18.5-SNAPSHOT
+- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
| \- com.google.guava:guava:jar:33.0.0-jre:compile
| \- com.google.code.findbugs:jsr305:jar:3.0.2:compile
+- org.jsoup:jsoup:jar:1.15.3:test
| \- com.google.code.findbugs:jsr305:jar:3.0.2:compile
\- org.mockito:mockito-core:jar:4.3.1:test
+- net.bytebuddy:byte-buddy:jar:1.12.7:test
| \- com.google.code.findbugs:jsr305:jar:3.0.2:test
\- net.bytebuddy:byte-buddy-agent:jar:1.12.7:test
\- com.google.code.findbugs:jsr305:jar:3.0.2:test
+- com.github.siom79.japicmp:japicmp-test-maven-plugin-userproperty:jar:0.18.5-SNAPSHOT
+- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
| \- com.google.guava:guava:jar:33.0.0-jre:compile
| \- com.google.code.findbugs:jsr305:jar:3.0.2:compile
+- org.jsoup:jsoup:jar:1.15.3:test
| \- com.google.code.findbugs:jsr305:jar:3.0.2:compile
\- org.mockito:mockito-core:jar:4.3.1:test
+- net.bytebuddy:byte-buddy:jar:1.12.7:test
| \- com.google.code.findbugs:jsr305:jar:3.0.2:test
\- net.bytebuddy:byte-buddy-agent:jar:1.12.7:test
\- com.google.code.findbugs:jsr305:jar:3.0.2:test
+- com.github.siom79.japicmp:japicmp-test-maven-plugin:jar:0.18.5-SNAPSHOT
+- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
| \- com.google.guava:guava:jar:33.0.0-jre:compile
| \- com.google.code.findbugs:jsr305:jar:3.0.2:compile
+- org.jsoup:jsoup:jar:1.15.3:test
| \- com.google.code.findbugs:jsr305:jar:3.0.2:compile
\- org.mockito:mockito-core:jar:4.3.1:test
+- net.bytebuddy:byte-buddy:jar:1.12.7:test
| \- com.google.code.findbugs:jsr305:jar:3.0.2:test
\- net.bytebuddy:byte-buddy-agent:jar:1.12.7:test
\- com.google.code.findbugs:jsr305:jar:3.0.2:test
com.google.inject:guice
+- com.github.siom79.japicmp:japicmp-maven-plugin:maven-plugin:0.18.5-SNAPSHOT
\- org.apache.maven:maven-core:jar:3.6.3:provided
\- com.google.inject:guice:jar:no_aop:4.2.1:provided
+- com.github.siom79.japicmp:japicmp-test-maven-plugin-classifier:jar:0.18.5-SNAPSHOT
\- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
\- org.apache.maven:maven-core:jar:3.6.3:compile
\- com.google.inject:guice:jar:no_aop:4.2.1:compile
+- com.github.siom79.japicmp:japicmp-test-maven-plugin-guava:jar:0.18.5-SNAPSHOT
\- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
\- org.apache.maven:maven-core:jar:3.6.3:compile
\- com.google.inject:guice:jar:no_aop:4.2.1:compile
+- com.github.siom79.japicmp:japicmp-test-maven-plugin-japicmp:jar:0.18.5-SNAPSHOT
\- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
\- org.apache.maven:maven-core:jar:3.6.3:compile
\- com.google.inject:guice:jar:no_aop:4.2.1:compile
+- com.github.siom79.japicmp:japicmp-test-maven-plugin-userproperty:jar:0.18.5-SNAPSHOT
\- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
\- org.apache.maven:maven-core:jar:3.6.3:compile
\- com.google.inject:guice:jar:no_aop:4.2.1:compile
+- com.github.siom79.japicmp:japicmp-test-maven-plugin:jar:0.18.5-SNAPSHOT
\- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
\- org.apache.maven:maven-core:jar:3.6.3:compile
\- com.google.inject:guice:jar:no_aop:4.2.1:compile
commons-collections:commons-collections
+- com.github.siom79.japicmp:japicmp-maven-plugin:maven-plugin:0.18.5-SNAPSHOT
\- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
\- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
\- commons-collections:commons-collections:jar:3.2.2:compile
+- com.github.siom79.japicmp:japicmp-test-maven-plugin-classifier:jar:0.18.5-SNAPSHOT
\- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
\- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
\- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
\- commons-collections:commons-collections:jar:3.2.2:compile
+- com.github.siom79.japicmp:japicmp-test-maven-plugin-guava:jar:0.18.5-SNAPSHOT
\- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
\- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
\- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
\- commons-collections:commons-collections:jar:3.2.2:compile
+- com.github.siom79.japicmp:japicmp-test-maven-plugin-japicmp:jar:0.18.5-SNAPSHOT
\- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
\- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
\- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
\- commons-collections:commons-collections:jar:3.2.2:compile
+- com.github.siom79.japicmp:japicmp-test-maven-plugin-userproperty:jar:0.18.5-SNAPSHOT
\- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
\- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
\- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
\- commons-collections:commons-collections:jar:3.2.2:compile
+- com.github.siom79.japicmp:japicmp-test-maven-plugin:jar:0.18.5-SNAPSHOT
\- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
\- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
\- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
\- commons-collections:commons-collections:jar:3.2.2:compile
commons-digester:commons-digester
+- com.github.siom79.japicmp:japicmp-maven-plugin:maven-plugin:0.18.5-SNAPSHOT
\- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
\- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
\- org.apache.velocity:velocity-tools:jar:2.0:compile
\- commons-digester:commons-digester:jar:1.8:compile
+- com.github.siom79.japicmp:japicmp-test-maven-plugin-classifier:jar:0.18.5-SNAPSHOT
\- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
\- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
\- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
\- org.apache.velocity:velocity-tools:jar:2.0:compile
\- commons-digester:commons-digester:jar:1.8:compile
+- com.github.siom79.japicmp:japicmp-test-maven-plugin-guava:jar:0.18.5-SNAPSHOT
\- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
\- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
\- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
\- org.apache.velocity:velocity-tools:jar:2.0:compile
\- commons-digester:commons-digester:jar:1.8:compile
+- com.github.siom79.japicmp:japicmp-test-maven-plugin-japicmp:jar:0.18.5-SNAPSHOT
\- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
\- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
\- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
\- org.apache.velocity:velocity-tools:jar:2.0:compile
\- commons-digester:commons-digester:jar:1.8:compile
+- com.github.siom79.japicmp:japicmp-test-maven-plugin-userproperty:jar:0.18.5-SNAPSHOT
\- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
\- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
\- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
\- org.apache.velocity:velocity-tools:jar:2.0:compile
\- commons-digester:commons-digester:jar:1.8:compile
+- com.github.siom79.japicmp:japicmp-test-maven-plugin:jar:0.18.5-SNAPSHOT
\- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
\- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
\- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
\- org.apache.velocity:velocity-tools:jar:2.0:compile
\- commons-digester:commons-digester:jar:1.8:compile
commons-logging:commons-logging
+- com.github.siom79.japicmp:japicmp-maven-plugin:maven-plugin:0.18.5-SNAPSHOT
\- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
\- org.apache.maven.doxia:doxia-core:jar:1.11.1:compile
\- org.apache.httpcomponents:httpclient:jar:4.5.13:compile
\- commons-logging:commons-logging:jar:1.2:compile
+- com.github.siom79.japicmp:japicmp-test-maven-plugin-classifier:jar:0.18.5-SNAPSHOT
\- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
\- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
\- org.apache.maven.doxia:doxia-core:jar:1.11.1:compile
\- org.apache.httpcomponents:httpclient:jar:4.5.13:compile
\- commons-logging:commons-logging:jar:1.2:compile
+- com.github.siom79.japicmp:japicmp-test-maven-plugin-guava:jar:0.18.5-SNAPSHOT
\- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
\- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
\- org.apache.maven.doxia:doxia-core:jar:1.11.1:compile
\- org.apache.httpcomponents:httpclient:jar:4.5.13:compile
\- commons-logging:commons-logging:jar:1.2:compile
+- com.github.siom79.japicmp:japicmp-test-maven-plugin-japicmp:jar:0.18.5-SNAPSHOT
\- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
\- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
\- org.apache.maven.doxia:doxia-core:jar:1.11.1:compile
\- org.apache.httpcomponents:httpclient:jar:4.5.13:compile
\- commons-logging:commons-logging:jar:1.2:compile
+- com.github.siom79.japicmp:japicmp-test-maven-plugin-userproperty:jar:0.18.5-SNAPSHOT
\- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
\- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
\- org.apache.maven.doxia:doxia-core:jar:1.11.1:compile
\- org.apache.httpcomponents:httpclient:jar:4.5.13:compile
\- commons-logging:commons-logging:jar:1.2:compile
+- com.github.siom79.japicmp:japicmp-test-maven-plugin:jar:0.18.5-SNAPSHOT
\- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
\- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
\- org.apache.maven.doxia:doxia-core:jar:1.11.1:compile
\- org.apache.httpcomponents:httpclient:jar:4.5.13:compile
\- commons-logging:commons-logging:jar:1.2:compile
org.apache.commons:commons-lang3
+- com.github.siom79.japicmp:japicmp-maven-plugin:maven-plugin:0.18.5-SNAPSHOT
+- org.apache.maven:maven-artifact:jar:3.6.3:provided
| \- org.apache.commons:commons-lang3:jar:3.8.1:compile
+- org.apache.maven:maven-core:jar:3.6.3:provided
| \- org.apache.commons:commons-lang3:jar:3.8.1:provided
\- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
+- org.apache.maven.doxia:doxia-core:jar:1.11.1:compile
| \- org.apache.commons:commons-lang3:jar:3.8.1:compile
\- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
\- org.apache.commons:commons-lang3:jar:3.8.1:compile
+- com.github.siom79.japicmp:japicmp-test-maven-plugin-classifier:jar:0.18.5-SNAPSHOT
\- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
+- org.apache.maven:maven-artifact:jar:3.6.3:compile
| \- org.apache.commons:commons-lang3:jar:3.8.1:compile
+- org.apache.maven:maven-core:jar:3.6.3:compile
| \- org.apache.commons:commons-lang3:jar:3.8.1:compile
\- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
+- org.apache.maven.doxia:doxia-core:jar:1.11.1:compile
| \- org.apache.commons:commons-lang3:jar:3.8.1:compile
\- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
\- org.apache.commons:commons-lang3:jar:3.8.1:compile
+- com.github.siom79.japicmp:japicmp-test-maven-plugin-guava:jar:0.18.5-SNAPSHOT
\- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
+- org.apache.maven:maven-artifact:jar:3.6.3:compile
| \- org.apache.commons:commons-lang3:jar:3.8.1:compile
+- org.apache.maven:maven-core:jar:3.6.3:compile
| \- org.apache.commons:commons-lang3:jar:3.8.1:compile
\- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
+- org.apache.maven.doxia:doxia-core:jar:1.11.1:compile
| \- org.apache.commons:commons-lang3:jar:3.8.1:compile
\- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
\- org.apache.commons:commons-lang3:jar:3.8.1:compile
+- com.github.siom79.japicmp:japicmp-test-maven-plugin-japicmp:jar:0.18.5-SNAPSHOT
\- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
+- org.apache.maven:maven-artifact:jar:3.6.3:compile
| \- org.apache.commons:commons-lang3:jar:3.8.1:compile
+- org.apache.maven:maven-core:jar:3.6.3:compile
| \- org.apache.commons:commons-lang3:jar:3.8.1:compile
\- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
+- org.apache.maven.doxia:doxia-core:jar:1.11.1:compile
| \- org.apache.commons:commons-lang3:jar:3.8.1:compile
\- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
\- org.apache.commons:commons-lang3:jar:3.8.1:compile
+- com.github.siom79.japicmp:japicmp-test-maven-plugin-userproperty:jar:0.18.5-SNAPSHOT
\- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
+- org.apache.maven:maven-artifact:jar:3.6.3:compile
| \- org.apache.commons:commons-lang3:jar:3.8.1:compile
+- org.apache.maven:maven-core:jar:3.6.3:compile
| \- org.apache.commons:commons-lang3:jar:3.8.1:compile
\- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
+- org.apache.maven.doxia:doxia-core:jar:1.11.1:compile
| \- org.apache.commons:commons-lang3:jar:3.8.1:compile
\- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
\- org.apache.commons:commons-lang3:jar:3.8.1:compile
+- com.github.siom79.japicmp:japicmp-test-maven-plugin:jar:0.18.5-SNAPSHOT
\- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
+- org.apache.maven:maven-artifact:jar:3.6.3:compile
| \- org.apache.commons:commons-lang3:jar:3.8.1:compile
+- org.apache.maven:maven-core:jar:3.6.3:compile
| \- org.apache.commons:commons-lang3:jar:3.8.1:compile
\- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
+- org.apache.maven.doxia:doxia-core:jar:1.11.1:compile
| \- org.apache.commons:commons-lang3:jar:3.8.1:compile
\- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
\- org.apache.commons:commons-lang3:jar:3.8.1:compile
org.apache.httpcomponents:httpcore
+- com.github.siom79.japicmp:japicmp-maven-plugin:maven-plugin:0.18.5-SNAPSHOT
\- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
\- org.apache.maven.doxia:doxia-core:jar:1.11.1:compile
\- org.apache.httpcomponents:httpcore:jar:4.4.14:compile
+- com.github.siom79.japicmp:japicmp-test-maven-plugin-classifier:jar:0.18.5-SNAPSHOT
\- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
\- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
\- org.apache.maven.doxia:doxia-core:jar:1.11.1:compile
\- org.apache.httpcomponents:httpcore:jar:4.4.14:compile
+- com.github.siom79.japicmp:japicmp-test-maven-plugin-guava:jar:0.18.5-SNAPSHOT
\- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
\- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
\- org.apache.maven.doxia:doxia-core:jar:1.11.1:compile
\- org.apache.httpcomponents:httpcore:jar:4.4.14:compile
+- com.github.siom79.japicmp:japicmp-test-maven-plugin-japicmp:jar:0.18.5-SNAPSHOT
\- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
\- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
\- org.apache.maven.doxia:doxia-core:jar:1.11.1:compile
\- org.apache.httpcomponents:httpcore:jar:4.4.14:compile
+- com.github.siom79.japicmp:japicmp-test-maven-plugin-userproperty:jar:0.18.5-SNAPSHOT
\- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
\- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
\- org.apache.maven.doxia:doxia-core:jar:1.11.1:compile
\- org.apache.httpcomponents:httpcore:jar:4.4.14:compile
+- com.github.siom79.japicmp:japicmp-test-maven-plugin:jar:0.18.5-SNAPSHOT
\- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
\- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
\- org.apache.maven.doxia:doxia-core:jar:1.11.1:compile
\- org.apache.httpcomponents:httpcore:jar:4.4.14:compile
org.apache.maven.plugin-tools:maven-plugin-annotations
+- com.github.siom79.japicmp:japicmp-maven-plugin:maven-plugin:0.18.5-SNAPSHOT
\- org.apache.maven.plugin-tools:maven-plugin-annotations:jar:3.6.4:compile
+- com.github.siom79.japicmp:japicmp-test-maven-plugin-classifier:jar:0.18.5-SNAPSHOT
\- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
\- org.apache.maven.plugin-tools:maven-plugin-annotations:jar:3.6.4:compile
+- com.github.siom79.japicmp:japicmp-test-maven-plugin-guava:jar:0.18.5-SNAPSHOT
\- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
\- org.apache.maven.plugin-tools:maven-plugin-annotations:jar:3.6.4:compile
+- com.github.siom79.japicmp:japicmp-test-maven-plugin-japicmp:jar:0.18.5-SNAPSHOT
\- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
\- org.apache.maven.plugin-tools:maven-plugin-annotations:jar:3.6.4:compile
+- com.github.siom79.japicmp:japicmp-test-maven-plugin-userproperty:jar:0.18.5-SNAPSHOT
\- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
\- org.apache.maven.plugin-tools:maven-plugin-annotations:jar:3.6.4:compile
+- com.github.siom79.japicmp:japicmp-test-maven-plugin:jar:0.18.5-SNAPSHOT
\- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
\- org.apache.maven.plugin-tools:maven-plugin-annotations:jar:3.6.4:compile
org.apache.maven.shared:maven-shared-utils
+- com.github.siom79.japicmp:japicmp-maven-plugin:maven-plugin:0.18.5-SNAPSHOT
\- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
\- org.apache.maven.shared:maven-shared-utils:jar:3.3.3:compile
+- com.github.siom79.japicmp:japicmp-test-maven-plugin-classifier:jar:0.18.5-SNAPSHOT
\- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
\- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
\- org.apache.maven.shared:maven-shared-utils:jar:3.3.3:compile
+- com.github.siom79.japicmp:japicmp-test-maven-plugin-guava:jar:0.18.5-SNAPSHOT
\- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
\- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
\- org.apache.maven.shared:maven-shared-utils:jar:3.3.3:compile
+- com.github.siom79.japicmp:japicmp-test-maven-plugin-japicmp:jar:0.18.5-SNAPSHOT
\- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
\- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
\- org.apache.maven.shared:maven-shared-utils:jar:3.3.3:compile
+- com.github.siom79.japicmp:japicmp-test-maven-plugin-userproperty:jar:0.18.5-SNAPSHOT
\- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
\- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
\- org.apache.maven.shared:maven-shared-utils:jar:3.3.3:compile
+- com.github.siom79.japicmp:japicmp-test-maven-plugin:jar:0.18.5-SNAPSHOT
\- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
\- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
\- org.apache.maven.shared:maven-shared-utils:jar:3.3.3:compile
org.apache.maven:maven-artifact
+- com.github.siom79.japicmp:japicmp-maven-plugin:maven-plugin:0.18.5-SNAPSHOT
+- org.apache.maven:maven-plugin-api:jar:3.6.3:provided
| \- org.apache.maven:maven-artifact:jar:3.6.3:provided
+- org.apache.maven:maven-artifact:jar:3.6.3:provided
\- org.apache.maven:maven-core:jar:3.6.3:provided
+- org.apache.maven:maven-artifact:jar:3.6.3:provided
\- org.apache.maven:maven-model-builder:jar:3.6.3:provided
\- org.apache.maven:maven-artifact:jar:3.6.3:provided
+- com.github.siom79.japicmp:japicmp-test-maven-plugin-classifier:jar:0.18.5-SNAPSHOT
\- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
+- org.apache.maven:maven-plugin-api:jar:3.6.3:compile
| \- org.apache.maven:maven-artifact:jar:3.6.3:compile
+- org.apache.maven:maven-artifact:jar:3.6.3:compile
\- org.apache.maven:maven-core:jar:3.6.3:compile
+- org.apache.maven:maven-artifact:jar:3.6.3:compile
\- org.apache.maven:maven-model-builder:jar:3.6.3:compile
\- org.apache.maven:maven-artifact:jar:3.6.3:compile
+- com.github.siom79.japicmp:japicmp-test-maven-plugin-guava:jar:0.18.5-SNAPSHOT
\- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
+- org.apache.maven:maven-plugin-api:jar:3.6.3:compile
| \- org.apache.maven:maven-artifact:jar:3.6.3:compile
+- org.apache.maven:maven-artifact:jar:3.6.3:compile
\- org.apache.maven:maven-core:jar:3.6.3:compile
+- org.apache.maven:maven-artifact:jar:3.6.3:compile
\- org.apache.maven:maven-model-builder:jar:3.6.3:compile
\- org.apache.maven:maven-artifact:jar:3.6.3:compile
+- com.github.siom79.japicmp:japicmp-test-maven-plugin-japicmp:jar:0.18.5-SNAPSHOT
\- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
+- org.apache.maven:maven-plugin-api:jar:3.6.3:compile
| \- org.apache.maven:maven-artifact:jar:3.6.3:compile
+- org.apache.maven:maven-artifact:jar:3.6.3:compile
\- org.apache.maven:maven-core:jar:3.6.3:compile
+- org.apache.maven:maven-artifact:jar:3.6.3:compile
\- org.apache.maven:maven-model-builder:jar:3.6.3:compile
\- org.apache.maven:maven-artifact:jar:3.6.3:compile
+- com.github.siom79.japicmp:japicmp-test-maven-plugin-userproperty:jar:0.18.5-SNAPSHOT
\- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
+- org.apache.maven:maven-plugin-api:jar:3.6.3:compile
| \- org.apache.maven:maven-artifact:jar:3.6.3:compile
+- org.apache.maven:maven-artifact:jar:3.6.3:compile
\- org.apache.maven:maven-core:jar:3.6.3:compile
+- org.apache.maven:maven-artifact:jar:3.6.3:compile
\- org.apache.maven:maven-model-builder:jar:3.6.3:compile
\- org.apache.maven:maven-artifact:jar:3.6.3:compile
+- com.github.siom79.japicmp:japicmp-test-maven-plugin:jar:0.18.5-SNAPSHOT
\- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
+- org.apache.maven:maven-plugin-api:jar:3.6.3:compile
| \- org.apache.maven:maven-artifact:jar:3.6.3:compile
+- org.apache.maven:maven-artifact:jar:3.6.3:compile
\- org.apache.maven:maven-core:jar:3.6.3:compile
+- org.apache.maven:maven-artifact:jar:3.6.3:compile
\- org.apache.maven:maven-model-builder:jar:3.6.3:compile
\- org.apache.maven:maven-artifact:jar:3.6.3:compile
org.apache.maven:maven-core
+- com.github.siom79.japicmp:japicmp-maven-plugin:maven-plugin:0.18.5-SNAPSHOT
\- org.apache.maven:maven-core:jar:3.6.3:provided
+- com.github.siom79.japicmp:japicmp-test-maven-plugin-classifier:jar:0.18.5-SNAPSHOT
\- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
\- org.apache.maven:maven-core:jar:3.6.3:compile
+- com.github.siom79.japicmp:japicmp-test-maven-plugin-guava:jar:0.18.5-SNAPSHOT
\- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
\- org.apache.maven:maven-core:jar:3.6.3:compile
+- com.github.siom79.japicmp:japicmp-test-maven-plugin-japicmp:jar:0.18.5-SNAPSHOT
\- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
\- org.apache.maven:maven-core:jar:3.6.3:compile
+- com.github.siom79.japicmp:japicmp-test-maven-plugin-userproperty:jar:0.18.5-SNAPSHOT
\- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
\- org.apache.maven:maven-core:jar:3.6.3:compile
+- com.github.siom79.japicmp:japicmp-test-maven-plugin:jar:0.18.5-SNAPSHOT
\- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
\- org.apache.maven:maven-core:jar:3.6.3:compile
org.apache.maven:maven-plugin-api
+- com.github.siom79.japicmp:japicmp-maven-plugin:maven-plugin:0.18.5-SNAPSHOT
+- org.apache.maven:maven-plugin-api:jar:3.6.3:provided
\- org.apache.maven:maven-core:jar:3.6.3:provided
\- org.apache.maven:maven-plugin-api:jar:3.6.3:provided
+- com.github.siom79.japicmp:japicmp-test-maven-plugin-classifier:jar:0.18.5-SNAPSHOT
\- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
+- org.apache.maven:maven-plugin-api:jar:3.6.3:compile
\- org.apache.maven:maven-core:jar:3.6.3:compile
\- org.apache.maven:maven-plugin-api:jar:3.6.3:compile
+- com.github.siom79.japicmp:japicmp-test-maven-plugin-guava:jar:0.18.5-SNAPSHOT
\- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
+- org.apache.maven:maven-plugin-api:jar:3.6.3:compile
\- org.apache.maven:maven-core:jar:3.6.3:compile
\- org.apache.maven:maven-plugin-api:jar:3.6.3:compile
+- com.github.siom79.japicmp:japicmp-test-maven-plugin-japicmp:jar:0.18.5-SNAPSHOT
\- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
+- org.apache.maven:maven-plugin-api:jar:3.6.3:compile
\- org.apache.maven:maven-core:jar:3.6.3:compile
\- org.apache.maven:maven-plugin-api:jar:3.6.3:compile
+- com.github.siom79.japicmp:japicmp-test-maven-plugin-userproperty:jar:0.18.5-SNAPSHOT
\- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
+- org.apache.maven:maven-plugin-api:jar:3.6.3:compile
\- org.apache.maven:maven-core:jar:3.6.3:compile
\- org.apache.maven:maven-plugin-api:jar:3.6.3:compile
+- com.github.siom79.japicmp:japicmp-test-maven-plugin:jar:0.18.5-SNAPSHOT
\- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
+- org.apache.maven:maven-plugin-api:jar:3.6.3:compile
\- org.apache.maven:maven-core:jar:3.6.3:compile
\- org.apache.maven:maven-plugin-api:jar:3.6.3:compile
org.apache.velocity:velocity
+- com.github.siom79.japicmp:japicmp-maven-plugin:maven-plugin:0.18.5-SNAPSHOT
\- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
\- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
+- org.codehaus.plexus:plexus-velocity:jar:1.2:compile
| \- org.apache.velocity:velocity:jar:1.7:compile
\- org.apache.velocity:velocity:jar:1.7:compile
+- com.github.siom79.japicmp:japicmp-test-maven-plugin-classifier:jar:0.18.5-SNAPSHOT
\- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
\- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
\- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
+- org.codehaus.plexus:plexus-velocity:jar:1.2:compile
| \- org.apache.velocity:velocity:jar:1.7:compile
\- org.apache.velocity:velocity:jar:1.7:compile
+- com.github.siom79.japicmp:japicmp-test-maven-plugin-guava:jar:0.18.5-SNAPSHOT
\- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
\- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
\- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
+- org.codehaus.plexus:plexus-velocity:jar:1.2:compile
| \- org.apache.velocity:velocity:jar:1.7:compile
\- org.apache.velocity:velocity:jar:1.7:compile
+- com.github.siom79.japicmp:japicmp-test-maven-plugin-japicmp:jar:0.18.5-SNAPSHOT
\- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
\- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
\- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
+- org.codehaus.plexus:plexus-velocity:jar:1.2:compile
| \- org.apache.velocity:velocity:jar:1.7:compile
\- org.apache.velocity:velocity:jar:1.7:compile
+- com.github.siom79.japicmp:japicmp-test-maven-plugin-userproperty:jar:0.18.5-SNAPSHOT
\- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
\- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
\- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
+- org.codehaus.plexus:plexus-velocity:jar:1.2:compile
| \- org.apache.velocity:velocity:jar:1.7:compile
\- org.apache.velocity:velocity:jar:1.7:compile
+- com.github.siom79.japicmp:japicmp-test-maven-plugin:jar:0.18.5-SNAPSHOT
\- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
\- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
\- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
+- org.codehaus.plexus:plexus-velocity:jar:1.2:compile
| \- org.apache.velocity:velocity:jar:1.7:compile
\- org.apache.velocity:velocity:jar:1.7:compile
org.codehaus.plexus:plexus-classworlds
+- com.github.siom79.japicmp:japicmp-maven-plugin:maven-plugin:0.18.5-SNAPSHOT
+- org.apache.maven:maven-plugin-api:jar:3.6.3:provided
| \- org.codehaus.plexus:plexus-classworlds:jar:2.6.0:provided
\- org.apache.maven:maven-core:jar:3.6.3:provided
\- org.codehaus.plexus:plexus-classworlds:jar:2.6.0:provided
+- com.github.siom79.japicmp:japicmp-test-maven-plugin-classifier:jar:0.18.5-SNAPSHOT
\- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
+- org.apache.maven:maven-plugin-api:jar:3.6.3:compile
| \- org.codehaus.plexus:plexus-classworlds:jar:2.6.0:compile
\- org.apache.maven:maven-core:jar:3.6.3:compile
\- org.codehaus.plexus:plexus-classworlds:jar:2.6.0:compile
+- com.github.siom79.japicmp:japicmp-test-maven-plugin-guava:jar:0.18.5-SNAPSHOT
\- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
+- org.apache.maven:maven-plugin-api:jar:3.6.3:compile
| \- org.codehaus.plexus:plexus-classworlds:jar:2.6.0:compile
\- org.apache.maven:maven-core:jar:3.6.3:compile
\- org.codehaus.plexus:plexus-classworlds:jar:2.6.0:compile
+- com.github.siom79.japicmp:japicmp-test-maven-plugin-japicmp:jar:0.18.5-SNAPSHOT
\- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
+- org.apache.maven:maven-plugin-api:jar:3.6.3:compile
| \- org.codehaus.plexus:plexus-classworlds:jar:2.6.0:compile
\- org.apache.maven:maven-core:jar:3.6.3:compile
\- org.codehaus.plexus:plexus-classworlds:jar:2.6.0:compile
+- com.github.siom79.japicmp:japicmp-test-maven-plugin-userproperty:jar:0.18.5-SNAPSHOT
\- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
+- org.apache.maven:maven-plugin-api:jar:3.6.3:compile
| \- org.codehaus.plexus:plexus-classworlds:jar:2.6.0:compile
\- org.apache.maven:maven-core:jar:3.6.3:compile
\- org.codehaus.plexus:plexus-classworlds:jar:2.6.0:compile
+- com.github.siom79.japicmp:japicmp-test-maven-plugin:jar:0.18.5-SNAPSHOT
\- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
+- org.apache.maven:maven-plugin-api:jar:3.6.3:compile
| \- org.codehaus.plexus:plexus-classworlds:jar:2.6.0:compile
\- org.apache.maven:maven-core:jar:3.6.3:compile
\- org.codehaus.plexus:plexus-classworlds:jar:2.6.0:compile
org.codehaus.plexus:plexus-component-annotations
+- com.github.siom79.japicmp:japicmp-maven-plugin:maven-plugin:0.18.5-SNAPSHOT
+- org.apache.maven:maven-core:jar:3.6.3:provided
| \- org.codehaus.plexus:plexus-component-annotations:jar:2.1.0:compile
\- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
+- org.apache.maven.doxia:doxia-core:jar:1.11.1:compile
| \- org.codehaus.plexus:plexus-component-annotations:jar:2.1.0:compile
\- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
+- org.apache.maven.doxia:doxia-module-xhtml:jar:1.11.1:compile
| \- org.codehaus.plexus:plexus-component-annotations:jar:2.1.0:compile
\- org.apache.maven.doxia:doxia-module-xhtml5:jar:1.11.1:compile
\- org.codehaus.plexus:plexus-component-annotations:jar:2.1.0:compile
+- com.github.siom79.japicmp:japicmp-test-maven-plugin-classifier:jar:0.18.5-SNAPSHOT
\- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
+- org.apache.maven:maven-core:jar:3.6.3:compile
| \- org.codehaus.plexus:plexus-component-annotations:jar:2.1.0:compile
\- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
+- org.apache.maven.doxia:doxia-core:jar:1.11.1:compile
| \- org.codehaus.plexus:plexus-component-annotations:jar:2.1.0:compile
\- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
+- org.apache.maven.doxia:doxia-module-xhtml:jar:1.11.1:compile
| \- org.codehaus.plexus:plexus-component-annotations:jar:2.1.0:compile
\- org.apache.maven.doxia:doxia-module-xhtml5:jar:1.11.1:compile
\- org.codehaus.plexus:plexus-component-annotations:jar:2.1.0:compile
+- com.github.siom79.japicmp:japicmp-test-maven-plugin-guava:jar:0.18.5-SNAPSHOT
\- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
+- org.apache.maven:maven-core:jar:3.6.3:compile
| \- org.codehaus.plexus:plexus-component-annotations:jar:2.1.0:compile
\- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
+- org.apache.maven.doxia:doxia-core:jar:1.11.1:compile
| \- org.codehaus.plexus:plexus-component-annotations:jar:2.1.0:compile
\- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
+- org.apache.maven.doxia:doxia-module-xhtml:jar:1.11.1:compile
| \- org.codehaus.plexus:plexus-component-annotations:jar:2.1.0:compile
\- org.apache.maven.doxia:doxia-module-xhtml5:jar:1.11.1:compile
\- org.codehaus.plexus:plexus-component-annotations:jar:2.1.0:compile
+- com.github.siom79.japicmp:japicmp-test-maven-plugin-japicmp:jar:0.18.5-SNAPSHOT
\- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
+- org.apache.maven:maven-core:jar:3.6.3:compile
| \- org.codehaus.plexus:plexus-component-annotations:jar:2.1.0:compile
\- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
+- org.apache.maven.doxia:doxia-core:jar:1.11.1:compile
| \- org.codehaus.plexus:plexus-component-annotations:jar:2.1.0:compile
\- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
+- org.apache.maven.doxia:doxia-module-xhtml:jar:1.11.1:compile
| \- org.codehaus.plexus:plexus-component-annotations:jar:2.1.0:compile
\- org.apache.maven.doxia:doxia-module-xhtml5:jar:1.11.1:compile
\- org.codehaus.plexus:plexus-component-annotations:jar:2.1.0:compile
+- com.github.siom79.japicmp:japicmp-test-maven-plugin-userproperty:jar:0.18.5-SNAPSHOT
\- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
+- org.apache.maven:maven-core:jar:3.6.3:compile
| \- org.codehaus.plexus:plexus-component-annotations:jar:2.1.0:compile
\- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
+- org.apache.maven.doxia:doxia-core:jar:1.11.1:compile
| \- org.codehaus.plexus:plexus-component-annotations:jar:2.1.0:compile
\- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
+- org.apache.maven.doxia:doxia-module-xhtml:jar:1.11.1:compile
| \- org.codehaus.plexus:plexus-component-annotations:jar:2.1.0:compile
\- org.apache.maven.doxia:doxia-module-xhtml5:jar:1.11.1:compile
\- org.codehaus.plexus:plexus-component-annotations:jar:2.1.0:compile
+- com.github.siom79.japicmp:japicmp-test-maven-plugin:jar:0.18.5-SNAPSHOT
\- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
+- org.apache.maven:maven-core:jar:3.6.3:compile
| \- org.codehaus.plexus:plexus-component-annotations:jar:2.1.0:compile
\- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
+- org.apache.maven.doxia:doxia-core:jar:1.11.1:compile
| \- org.codehaus.plexus:plexus-component-annotations:jar:2.1.0:compile
\- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
+- org.apache.maven.doxia:doxia-module-xhtml:jar:1.11.1:compile
| \- org.codehaus.plexus:plexus-component-annotations:jar:2.1.0:compile
\- org.apache.maven.doxia:doxia-module-xhtml5:jar:1.11.1:compile
\- org.codehaus.plexus:plexus-component-annotations:jar:2.1.0:compile
org.codehaus.plexus:plexus-container-default
+- com.github.siom79.japicmp:japicmp-maven-plugin:maven-plugin:0.18.5-SNAPSHOT
\- org.apache.maven:maven-core:jar:3.6.3:provided
\- org.apache.maven.shared:maven-shared-utils:jar:3.2.1:compile
\- org.codehaus.plexus:plexus-container-default:jar:1.7.1:provided
+- com.github.siom79.japicmp:japicmp-test-maven-plugin-classifier:jar:0.18.5-SNAPSHOT
\- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
\- org.apache.maven:maven-core:jar:3.6.3:compile
\- org.apache.maven.shared:maven-shared-utils:jar:3.2.1:compile
\- org.codehaus.plexus:plexus-container-default:jar:1.7.1:provided
+- com.github.siom79.japicmp:japicmp-test-maven-plugin-guava:jar:0.18.5-SNAPSHOT
\- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
\- org.apache.maven:maven-core:jar:3.6.3:compile
\- org.apache.maven.shared:maven-shared-utils:jar:3.2.1:compile
\- org.codehaus.plexus:plexus-container-default:jar:1.7.1:provided
+- com.github.siom79.japicmp:japicmp-test-maven-plugin-japicmp:jar:0.18.5-SNAPSHOT
\- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
\- org.apache.maven:maven-core:jar:3.6.3:compile
\- org.apache.maven.shared:maven-shared-utils:jar:3.2.1:compile
\- org.codehaus.plexus:plexus-container-default:jar:1.7.1:provided
+- com.github.siom79.japicmp:japicmp-test-maven-plugin-userproperty:jar:0.18.5-SNAPSHOT
\- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
\- org.apache.maven:maven-core:jar:3.6.3:compile
\- org.apache.maven.shared:maven-shared-utils:jar:3.2.1:compile
\- org.codehaus.plexus:plexus-container-default:jar:1.7.1:provided
+- com.github.siom79.japicmp:japicmp-test-maven-plugin:jar:0.18.5-SNAPSHOT
\- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
\- org.apache.maven:maven-core:jar:3.6.3:compile
\- org.apache.maven.shared:maven-shared-utils:jar:3.2.1:compile
\- org.codehaus.plexus:plexus-container-default:jar:1.7.1:provided
org.codehaus.plexus:plexus-utils
+- com.github.siom79.japicmp:japicmp-maven-plugin:maven-plugin:0.18.5-SNAPSHOT
\- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
+- org.apache.maven.doxia:doxia-decoration-model:jar:1.11.1:compile
| \- org.codehaus.plexus:plexus-utils:jar:3.3.0:compile
+- org.apache.maven.doxia:doxia-core:jar:1.11.1:compile
| \- org.codehaus.plexus:plexus-utils:jar:3.3.0:compile
\- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
+- org.apache.maven.doxia:doxia-skin-model:jar:1.11.1:compile
| \- org.codehaus.plexus:plexus-utils:jar:3.3.0:compile
+- org.apache.maven.doxia:doxia-module-xhtml:jar:1.11.1:compile
| \- org.codehaus.plexus:plexus-utils:jar:3.3.0:compile
+- org.apache.maven.doxia:doxia-module-xhtml5:jar:1.11.1:compile
| \- org.codehaus.plexus:plexus-utils:jar:3.3.0:compile
\- org.codehaus.plexus:plexus-utils:jar:3.3.0:compile
+- com.github.siom79.japicmp:japicmp-test-maven-plugin-classifier:jar:0.18.5-SNAPSHOT
\- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
\- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
+- org.apache.maven.doxia:doxia-decoration-model:jar:1.11.1:compile
| \- org.codehaus.plexus:plexus-utils:jar:3.3.0:compile
+- org.apache.maven.doxia:doxia-core:jar:1.11.1:compile
| \- org.codehaus.plexus:plexus-utils:jar:3.3.0:compile
\- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
+- org.apache.maven.doxia:doxia-skin-model:jar:1.11.1:compile
| \- org.codehaus.plexus:plexus-utils:jar:3.3.0:compile
+- org.apache.maven.doxia:doxia-module-xhtml:jar:1.11.1:compile
| \- org.codehaus.plexus:plexus-utils:jar:3.3.0:compile
+- org.apache.maven.doxia:doxia-module-xhtml5:jar:1.11.1:compile
| \- org.codehaus.plexus:plexus-utils:jar:3.3.0:compile
\- org.codehaus.plexus:plexus-utils:jar:3.3.0:compile
+- com.github.siom79.japicmp:japicmp-test-maven-plugin-guava:jar:0.18.5-SNAPSHOT
\- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
\- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
+- org.apache.maven.doxia:doxia-decoration-model:jar:1.11.1:compile
| \- org.codehaus.plexus:plexus-utils:jar:3.3.0:compile
+- org.apache.maven.doxia:doxia-core:jar:1.11.1:compile
| \- org.codehaus.plexus:plexus-utils:jar:3.3.0:compile
\- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
+- org.apache.maven.doxia:doxia-skin-model:jar:1.11.1:compile
| \- org.codehaus.plexus:plexus-utils:jar:3.3.0:compile
+- org.apache.maven.doxia:doxia-module-xhtml:jar:1.11.1:compile
| \- org.codehaus.plexus:plexus-utils:jar:3.3.0:compile
+- org.apache.maven.doxia:doxia-module-xhtml5:jar:1.11.1:compile
| \- org.codehaus.plexus:plexus-utils:jar:3.3.0:compile
\- org.codehaus.plexus:plexus-utils:jar:3.3.0:compile
+- com.github.siom79.japicmp:japicmp-test-maven-plugin-japicmp:jar:0.18.5-SNAPSHOT
\- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
\- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
+- org.apache.maven.doxia:doxia-decoration-model:jar:1.11.1:compile
| \- org.codehaus.plexus:plexus-utils:jar:3.3.0:compile
+- org.apache.maven.doxia:doxia-core:jar:1.11.1:compile
| \- org.codehaus.plexus:plexus-utils:jar:3.3.0:compile
\- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
+- org.apache.maven.doxia:doxia-skin-model:jar:1.11.1:compile
| \- org.codehaus.plexus:plexus-utils:jar:3.3.0:compile
+- org.apache.maven.doxia:doxia-module-xhtml:jar:1.11.1:compile
| \- org.codehaus.plexus:plexus-utils:jar:3.3.0:compile
+- org.apache.maven.doxia:doxia-module-xhtml5:jar:1.11.1:compile
| \- org.codehaus.plexus:plexus-utils:jar:3.3.0:compile
\- org.codehaus.plexus:plexus-utils:jar:3.3.0:compile
+- com.github.siom79.japicmp:japicmp-test-maven-plugin-userproperty:jar:0.18.5-SNAPSHOT
\- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
\- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
+- org.apache.maven.doxia:doxia-decoration-model:jar:1.11.1:compile
| \- org.codehaus.plexus:plexus-utils:jar:3.3.0:compile
+- org.apache.maven.doxia:doxia-core:jar:1.11.1:compile
| \- org.codehaus.plexus:plexus-utils:jar:3.3.0:compile
\- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
+- org.apache.maven.doxia:doxia-skin-model:jar:1.11.1:compile
| \- org.codehaus.plexus:plexus-utils:jar:3.3.0:compile
+- org.apache.maven.doxia:doxia-module-xhtml:jar:1.11.1:compile
| \- org.codehaus.plexus:plexus-utils:jar:3.3.0:compile
+- org.apache.maven.doxia:doxia-module-xhtml5:jar:1.11.1:compile
| \- org.codehaus.plexus:plexus-utils:jar:3.3.0:compile
\- org.codehaus.plexus:plexus-utils:jar:3.3.0:compile
+- com.github.siom79.japicmp:japicmp-test-maven-plugin:jar:0.18.5-SNAPSHOT
\- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
\- org.apache.maven.reporting:maven-reporting-impl:jar:3.1.0:compile
+- org.apache.maven.doxia:doxia-decoration-model:jar:1.11.1:compile
| \- org.codehaus.plexus:plexus-utils:jar:3.3.0:compile
+- org.apache.maven.doxia:doxia-core:jar:1.11.1:compile
| \- org.codehaus.plexus:plexus-utils:jar:3.3.0:compile
\- org.apache.maven.doxia:doxia-site-renderer:jar:1.11.1:compile
+- org.apache.maven.doxia:doxia-skin-model:jar:1.11.1:compile
| \- org.codehaus.plexus:plexus-utils:jar:3.3.0:compile
+- org.apache.maven.doxia:doxia-module-xhtml:jar:1.11.1:compile
| \- org.codehaus.plexus:plexus-utils:jar:3.3.0:compile
+- org.apache.maven.doxia:doxia-module-xhtml5:jar:1.11.1:compile
| \- org.codehaus.plexus:plexus-utils:jar:3.3.0:compile
\- org.codehaus.plexus:plexus-utils:jar:3.3.0:compile
org.slf4j:slf4j-api
+- com.github.siom79.japicmp:japicmp-maven-plugin:maven-plugin:0.18.5-SNAPSHOT
\- org.apache.maven:maven-core:jar:3.6.3:provided
\- org.apache.maven:maven-resolver-provider:jar:3.6.3:provided
\- org.slf4j:slf4j-api:jar:1.7.29:provided
+- com.github.siom79.japicmp:japicmp-test-maven-plugin-classifier:jar:0.18.5-SNAPSHOT
\- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
\- org.apache.maven:maven-core:jar:3.6.3:compile
\- org.apache.maven:maven-resolver-provider:jar:3.6.3:compile
\- org.slf4j:slf4j-api:jar:1.7.29:compile
+- com.github.siom79.japicmp:japicmp-test-maven-plugin-guava:jar:0.18.5-SNAPSHOT
\- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
\- org.apache.maven:maven-core:jar:3.6.3:compile
\- org.apache.maven:maven-resolver-provider:jar:3.6.3:compile
\- org.slf4j:slf4j-api:jar:1.7.29:compile
+- com.github.siom79.japicmp:japicmp-test-maven-plugin-japicmp:jar:0.18.5-SNAPSHOT
\- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
\- org.apache.maven:maven-core:jar:3.6.3:compile
\- org.apache.maven:maven-resolver-provider:jar:3.6.3:compile
\- org.slf4j:slf4j-api:jar:1.7.29:compile
+- com.github.siom79.japicmp:japicmp-test-maven-plugin-userproperty:jar:0.18.5-SNAPSHOT
\- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
\- org.apache.maven:maven-core:jar:3.6.3:compile
\- org.apache.maven:maven-resolver-provider:jar:3.6.3:compile
\- org.slf4j:slf4j-api:jar:1.7.29:compile
+- com.github.siom79.japicmp:japicmp-test-maven-plugin:jar:0.18.5-SNAPSHOT
\- com.github.siom79.japicmp:japicmp-maven-plugin:jar:0.18.5-SNAPSHOT:compile
\- org.apache.maven:maven-core:jar:3.6.3:compile
\- org.apache.maven:maven-resolver-provider:jar:3.6.3:compile
\- org.slf4j:slf4j-api:jar:1.7.29:compile
@@ -649,7 +649,7 @@ org.slf4j:slf4j-api
@@ -67,25 +67,25 @@ Apache Maven
<dependency>
<groupId>com.github.siom79.japicmp</groupId>
<artifactId>japicmp-base</artifactId>
- <version>0.18.4-SNAPSHOT</version>
+ <version>0.18.5-SNAPSHOT</version>
<type>pom</type>
</dependency>
Apache Buildr
-'com.github.siom79.japicmp:japicmp-base:pom:0.18.4-SNAPSHOT'
+'com.github.siom79.japicmp:japicmp-base:pom:0.18.5-SNAPSHOT'
Apache Ivy
-<dependency org="com.github.siom79.japicmp" name="japicmp-base" rev="0.18.4-SNAPSHOT">
+<dependency org="com.github.siom79.japicmp" name="japicmp-base" rev="0.18.5-SNAPSHOT">
<artifact name="japicmp-base" type="pom" />
</dependency>
Groovy Grape
@Grapes(
-@Grab(group='com.github.siom79.japicmp', module='japicmp-base', version='0.18.4-SNAPSHOT')
+@Grab(group='com.github.siom79.japicmp', module='japicmp-base', version='0.18.5-SNAPSHOT')
)
Gradle/Grails
-compile 'com.github.siom79.japicmp:japicmp-base:0.18.4-SNAPSHOT'
+compile 'com.github.siom79.japicmp:japicmp-base:0.18.5-SNAPSHOT'
Scala SBT
-libraryDependencies += "com.github.siom79.japicmp" % "japicmp-base" % "0.18.4-SNAPSHOT"
+libraryDependencies += "com.github.siom79.japicmp" % "japicmp-base" % "0.18.5-SNAPSHOT"
Leiningen
-[com.github.siom79.japicmp/japicmp-base "0.18.4-SNAPSHOT"]
+[com.github.siom79.japicmp/japicmp-base "0.18.5-SNAPSHOT"]
@@ -93,7 +93,7 @@ Leiningen
japicmp-ant-task |
---|
japicmp |
---|
Guava: Google Core Libraries for Java |
---|
Guava InternalFutureFailureAccess and InternalFutures |
---|
Checker Qual |
---|
- Description: Checker Qual is the set of annotations (qualifiers) and supporting classes - used by the Checker Framework to type check Java source code. - - Please - see artifact: - org.checkerframework:checker -URL: https://checkerframework.org +Description: checker-qual contains annotations (type qualifiers) that a programmer +writes to specify Java code for type-checking by the Checker Framework. +URL: https://checkerframework.org/ Project Licenses: The MIT License |
error-prone annotations |
---|
- Description: Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/ -URL: http://nexus.sonatype.org/oss-repository-hosting.html/error_prone_parent/error_prone_annotations +Description: Error Prone is a static analysis tool for Java that catches common programming mistakes at compile-time. +URL: https://errorprone.info/error_prone_annotations Project Licenses: Apache 2.0 |
J2ObjC Annotations |
---|
Project Licenses: Apache License, Version 2.0