You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* This project is just a re-packaged version of Repackaged version of Amazon's Product Advertising API 5.0 Java SDK since it is only available as a binary distribution.
5
+
* <p>
6
+
* The whole purpose is to be able to upload it to maven central for easier usage in Maven/gradle projects.
7
+
*/
8
+
publicclassReadMe {
9
+
10
+
/**
11
+
* This class and it's main method only exists to satisfy the maven central toolchain and expects (and enforces) the presence of javadoc and source files archives. Since the actual classes are extracted
12
+
* from lib/paapi5-java-sdk.*.jar we need at least one class with source and javadoc that is not optimized away.
0 commit comments