diff --git a/Java hint.xlsx b/Java hint.xlsx index e4f011f..7136f3c 100644 Binary files a/Java hint.xlsx and b/Java hint.xlsx differ diff --git a/libs_android/acra-http-5.10.1.aar b/libs_android/acra-http-5.10.1.aar new file mode 100644 index 0000000..ffe26d6 Binary files /dev/null and b/libs_android/acra-http-5.10.1.aar differ diff --git a/libs_android/acra-http-5.10.1.pom b/libs_android/acra-http-5.10.1.pom new file mode 100644 index 0000000..a62af27 --- /dev/null +++ b/libs_android/acra-http-5.10.1.pom @@ -0,0 +1,63 @@ + + + + + + + + 4.0.0 + ch.acra + acra-http + 5.10.1 + aar + ACRA + Publishes reports of Android application crashes to an end point. + https://acra.ch + + + Apache-2.0 + https://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + + + kevin.gaudin + Kevin Gaudin + + + william.ferguson + William Ferguson + + + f43nd1r + Lukas Morawietz + + + + scm:git:https://github.com/ACRA/acra.git + scm:git:git@github.com:ACRA/acra.git + https://github.com/ACRA/acra.git + + + + ch.acra + acra-core + 5.10.1 + compile + + + org.jetbrains.kotlin + kotlin-stdlib-jdk8 + 1.8.22 + compile + + + com.google.auto.service + auto-service + 1.1.1 + runtime + + + diff --git a/libs_android/activity-1.3.1.aar b/libs_android/activity-1.3.1.aar new file mode 100644 index 0000000..1bce830 Binary files /dev/null and b/libs_android/activity-1.3.1.aar differ diff --git a/libs_android/activity-1.3.1.pom b/libs_android/activity-1.3.1.pom new file mode 100644 index 0000000..38c5729 --- /dev/null +++ b/libs_android/activity-1.3.1.pom @@ -0,0 +1,89 @@ + + + + + + + + 4.0.0 + androidx.activity + activity + 1.3.1 + aar + Activity + Provides the base Activity subclass and the relevant hooks to build a composable structure on top. + https://developer.android.com/jetpack/androidx/releases/activity#1.3.1 + 2018 + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + + + The Android Open Source Project + + + + scm:git:https://android.googlesource.com/platform/frameworks/support + https://cs.android.com/androidx/platform/frameworks/support + + + + androidx.annotation + annotation + 1.1.0 + compile + + + androidx.core + core + 1.1.0 + compile + aar + + + androidx.lifecycle + lifecycle-runtime + 2.3.1 + compile + aar + + + androidx.lifecycle + lifecycle-viewmodel + 2.3.1 + compile + aar + + + androidx.savedstate + savedstate + 1.1.0 + compile + aar + + + androidx.lifecycle + lifecycle-viewmodel-savedstate + 2.3.1 + compile + aar + + + androidx.collection + collection + 1.0.0 + runtime + + + androidx.tracing + tracing + 1.0.0 + runtime + aar + + + diff --git a/libs_android/annotations-15.0.jar b/libs_android/annotations-15.0.jar new file mode 100644 index 0000000..3f83832 Binary files /dev/null and b/libs_android/annotations-15.0.jar differ diff --git a/libs_android/annotations-15.0.pom b/libs_android/annotations-15.0.pom new file mode 100644 index 0000000..d3849e6 --- /dev/null +++ b/libs_android/annotations-15.0.pom @@ -0,0 +1,155 @@ + + + + 4.0.0 + + org.jetbrains + annotations + 15.0 + jar + + IntelliJ IDEA Annotations + A set of annotations used for code inspection support and code documentation. + http://www.jetbrains.org + + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + A business-friendly OSS license + + + + + https://github.com/JetBrains/intellij-community + scm:git:https://github.com/JetBrains/intellij-community.git + + + + + JetBrains + JetBrains Team + JetBrains + https://www.jetbrains.com + + + + + UTF-8 + + + + + java5 + + 1.5 + java5 + + + + java8 + + 1.8 + java8 + + + + + + + + + + maven-antrun-plugin + 1.7 + + + generate-sources + + + + + + + + + + + + run + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.1 + + 1.8 + 1.8 + + + + + maven-gpg-plugin + 1.4 + + 66770193 + ${basedir}/../.gnupg + + + + sign-artifacts + verify + + sign + + + + + + + org.apache.maven.plugins + maven-source-plugin + 2.1.2 + + + attach-sources + + jar + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.9.1 + + + attach-javadocs + + jar + + + + + + + + + + sonatype-nexus-staging + http://oss.sonatype.org/service/local/staging/deploy/maven2/ + + + sonatype-nexus-snapshots + https://oss.sonatype.org/content/repositories/snapshots/ + + + + diff --git a/libs_android/appcompat-1.3.1.aar b/libs_android/appcompat-1.3.1.aar new file mode 100644 index 0000000..b4b279d Binary files /dev/null and b/libs_android/appcompat-1.3.1.aar differ diff --git a/libs_android/appcompat-1.3.1.pom b/libs_android/appcompat-1.3.1.pom new file mode 100644 index 0000000..abb5f68 --- /dev/null +++ b/libs_android/appcompat-1.3.1.pom @@ -0,0 +1,110 @@ + + + + + + + + 4.0.0 + androidx.appcompat + appcompat + 1.3.1 + aar + Android AppCompat Library + The Support Library is a static library that you can add to your Android application in order to use APIs that are either not available for older platform versions or utility APIs that aren't a part of the framework APIs. Compatible on devices running API 14 or later. + https://developer.android.com/jetpack/androidx/releases/appcompat#1.3.1 + 2011 + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + + + The Android Open Source Project + + + + scm:git:https://android.googlesource.com/platform/frameworks/support + https://cs.android.com/androidx/platform/frameworks/support + + + + androidx.annotation + annotation + 1.1.0 + compile + + + androidx.core + core + 1.5.0 + compile + aar + + + androidx.cursoradapter + cursoradapter + 1.0.0 + compile + aar + + + androidx.activity + activity + 1.2.4 + compile + aar + + + androidx.fragment + fragment + 1.3.6 + compile + aar + + + androidx.appcompat + appcompat-resources + 1.3.1 + compile + aar + + + androidx.drawerlayout + drawerlayout + 1.0.0 + compile + aar + + + androidx.savedstate + savedstate + 1.1.0 + compile + aar + + + androidx.collection + collection + 1.0.0 + runtime + + + androidx.lifecycle + lifecycle-runtime + 2.3.1 + runtime + aar + + + androidx.lifecycle + lifecycle-viewmodel + 2.3.1 + runtime + aar + + + diff --git a/libs_android/appcompat-1.4.0.aar b/libs_android/appcompat-1.4.0.aar new file mode 100644 index 0000000..409c901 Binary files /dev/null and b/libs_android/appcompat-1.4.0.aar differ diff --git a/libs_android/appcompat-1.4.0.pom b/libs_android/appcompat-1.4.0.pom new file mode 100644 index 0000000..a9a48d8 --- /dev/null +++ b/libs_android/appcompat-1.4.0.pom @@ -0,0 +1,130 @@ + + + + + + + + 4.0.0 + androidx.appcompat + appcompat + 1.4.0 + aar + Android AppCompat Library + The Support Library is a static library that you can add to your Android application in order to use APIs that are either not available for older platform versions or utility APIs that aren't a part of the framework APIs. Compatible on devices running API 14 or later. + https://developer.android.com/jetpack/androidx/releases/appcompat#1.4.0 + 2011 + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + + + The Android Open Source Project + + + + scm:git:https://android.googlesource.com/platform/frameworks/support + https://cs.android.com/androidx/platform/frameworks/support + + + + androidx.annotation + annotation + 1.3.0 + compile + + + androidx.core + core + 1.7.0 + compile + aar + + + androidx.cursoradapter + cursoradapter + 1.0.0 + compile + aar + + + androidx.activity + activity + 1.2.4 + compile + aar + + + androidx.fragment + fragment + 1.3.6 + compile + aar + + + androidx.appcompat + appcompat-resources + 1.4.0 + compile + aar + + + androidx.drawerlayout + drawerlayout + 1.0.0 + compile + aar + + + androidx.savedstate + savedstate + 1.1.0 + compile + aar + + + androidx.emoji2 + emoji2 + 1.0.0 + runtime + aar + + + androidx.emoji2 + emoji2-views-helper + 1.0.0 + runtime + aar + + + androidx.collection + collection + 1.0.0 + runtime + + + androidx.lifecycle + lifecycle-runtime + 2.3.1 + runtime + aar + + + androidx.lifecycle + lifecycle-viewmodel + 2.3.1 + runtime + aar + + + androidx.resourceinspection + resourceinspection-annotation + 1.0.0 + runtime + + + diff --git a/libs_android/appcompat-1.6.1.aar b/libs_android/appcompat-1.6.1.aar new file mode 100644 index 0000000..33a2cdd Binary files /dev/null and b/libs_android/appcompat-1.6.1.aar differ diff --git a/libs_android/appcompat-1.6.1.pom b/libs_android/appcompat-1.6.1.pom new file mode 100644 index 0000000..71ca1e2 --- /dev/null +++ b/libs_android/appcompat-1.6.1.pom @@ -0,0 +1,152 @@ + + + + + + + + 4.0.0 + androidx.appcompat + appcompat + 1.6.1 + aar + Android AppCompat Library + The Support Library is a static library that you can add to your Android application in order to use APIs that are either not available for older platform versions or utility APIs that aren't a part of the framework APIs. Compatible on devices running API 14 or later. + https://developer.android.com/jetpack/androidx/releases/appcompat#1.6.1 + 2011 + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + + + The Android Open Source Project + + + + scm:git:https://android.googlesource.com/platform/frameworks/support + https://cs.android.com/androidx/platform/frameworks/support + + + + + androidx.appcompat + appcompat-resources + 1.6.1 + + + + + + androidx.activity + activity + 1.6.0 + compile + aar + + + androidx.annotation + annotation + 1.3.0 + compile + + + androidx.appcompat + appcompat-resources + [1.6.1] + compile + aar + + + androidx.collection + collection + 1.0.0 + runtime + + + androidx.core + core + 1.9.0 + compile + aar + + + androidx.core + core-ktx + 1.8.0 + runtime + aar + + + androidx.cursoradapter + cursoradapter + 1.0.0 + compile + aar + + + androidx.drawerlayout + drawerlayout + 1.0.0 + compile + aar + + + androidx.emoji2 + emoji2 + 1.2.0 + runtime + aar + + + androidx.emoji2 + emoji2-views-helper + 1.2.0 + runtime + aar + + + androidx.fragment + fragment + 1.3.6 + compile + aar + + + androidx.lifecycle + lifecycle-runtime + 2.5.1 + runtime + aar + + + androidx.lifecycle + lifecycle-viewmodel + 2.5.1 + runtime + aar + + + androidx.resourceinspection + resourceinspection-annotation + 1.0.1 + runtime + + + androidx.savedstate + savedstate + 1.2.0 + compile + aar + + + org.jetbrains.kotlin + kotlin-stdlib + 1.7.10 + runtime + + + \ No newline at end of file diff --git a/libs_android/appcompat-v7-26.1.0.aar b/libs_android/appcompat-v7-26.1.0.aar new file mode 100644 index 0000000..95f0242 Binary files /dev/null and b/libs_android/appcompat-v7-26.1.0.aar differ diff --git a/libs_android/appcompat-v7-26.1.0.pom b/libs_android/appcompat-v7-26.1.0.pom new file mode 100644 index 0000000..93359fb --- /dev/null +++ b/libs_android/appcompat-v7-26.1.0.pom @@ -0,0 +1,55 @@ + + + 4.0.0 + com.android.support + appcompat-v7 + 26.1.0 + aar + Android AppCompat Library v7 + The Support Library is a static library that you can add to your Android application in order to use APIs that are either not available for older platform versions or utility APIs that aren't a part of the framework APIs. Compatible on devices running API 14 or later. + http://developer.android.com/tools/extras/support-library.html + 2011 + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + + + The Android Open Source Project + + + + scm:git:https://android.googlesource.com/platform/frameworks/support + http://source.android.com + + + + com.android.support + support-annotations + 26.1.0 + compile + + + com.android.support + support-v4 + 26.1.0 + compile + + + com.android.support + support-vector-drawable + 26.1.0 + compile + + + com.android.support + animated-vector-drawable + 26.1.0 + compile + + + diff --git a/libs_android/appcompat-v7-28.0.0.aar b/libs_android/appcompat-v7-28.0.0.aar new file mode 100644 index 0000000..92609a1 Binary files /dev/null and b/libs_android/appcompat-v7-28.0.0.aar differ diff --git a/libs_android/appcompat-v7-28.0.0.pom b/libs_android/appcompat-v7-28.0.0.pom new file mode 100644 index 0000000..c19416c --- /dev/null +++ b/libs_android/appcompat-v7-28.0.0.pom @@ -0,0 +1,84 @@ + + + 4.0.0 + com.android.support + appcompat-v7 + 28.0.0 + aar + Android AppCompat Library v7 + The Support Library is a static library that you can add to your Android application in order to use APIs that are either not available for older platform versions or utility APIs that aren't a part of the framework APIs. Compatible on devices running API 14 or later. + http://developer.android.com/tools/extras/support-library.html + 2011 + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + + + The Android Open Source Project + + + + scm:git:https://android.googlesource.com/platform/frameworks/support + http://source.android.com + + + + com.android.support + support-annotations + 28.0.0 + compile + + + com.android.support + support-compat + 28.0.0 + aar + compile + + + com.android.support + collections + 28.0.0 + compile + + + com.android.support + cursoradapter + 28.0.0 + aar + compile + + + com.android.support + support-core-utils + 28.0.0 + aar + compile + + + com.android.support + support-fragment + 28.0.0 + aar + compile + + + com.android.support + support-vector-drawable + 28.0.0 + aar + compile + + + com.android.support + animated-vector-drawable + 28.0.0 + aar + compile + + + diff --git a/libs_android/asn-one-0.6.0.jar b/libs_android/asn-one-0.6.0.jar new file mode 100644 index 0000000..5f65bc9 Binary files /dev/null and b/libs_android/asn-one-0.6.0.jar differ diff --git a/libs_android/bcprov-jdk15on-1.60.jar b/libs_android/bcprov-jdk15on-1.60.jar new file mode 100644 index 0000000..5be567c Binary files /dev/null and b/libs_android/bcprov-jdk15on-1.60.jar differ diff --git a/libs_android/commons-net-3.6.jar b/libs_android/commons-net-3.6.jar new file mode 100644 index 0000000..4537623 Binary files /dev/null and b/libs_android/commons-net-3.6.jar differ diff --git a/libs_android/commons-net-3.6.pom b/libs_android/commons-net-3.6.pom new file mode 100644 index 0000000..2ee8713 --- /dev/null +++ b/libs_android/commons-net-3.6.pom @@ -0,0 +1,502 @@ + + + + + + org.apache.commons + commons-parent + 42 + + 4.0.0 + commons-net + commons-net + 3.6 + Apache Commons Net + + +Apache Commons Net library contains a collection of network utilities and protocol implementations. +Supported protocols include: Echo, Finger, FTP, NNTP, NTP, POP3(S), SMTP(S), Telnet, Whois + + http://commons.apache.org/proper/commons-net/ + + jira + http://issues.apache.org/jira/browse/NET + + 2001 + + scm:svn:http://svn.apache.org/repos/asf/commons/proper/net/tags/NET_3_6 + scm:svn:https://svn.apache.org/repos/asf/commons/proper/net/tags/NET_3_6 + http://svn.apache.org/viewvc/commons/proper/net/tags/NET_3_6 + + + + + Jeffrey D. Brekke + brekke + Jeff.Brekke@qg.com + Quad/Graphics, Inc. + + + Steve Cohen + scohen + scohen@apache.org + javactivity.org + + + Bruno D'Avanzo + brudav + bruno.davanzo@hp.com + Hewlett-Packard + + + Daniel F. Savarese + dfs + dfs@apache.org + + <a href="http://www.savarese.com/">Savarese Software Research</a> + + + + Rory Winston + rwinston + rwinston@apache.org + + + + Rory Winston + rwinston@checkfree.com + + + + + + + Henrik Sorensen + henrik.sorensen@balcab.ch + + + Jeff Nadler + jnadler@srcginc.com + + + William Noto + wnoto@openfinance.com + + + Stephane ESTE-GRACIAS + sestegra@free.fr + + + Dan Armbrust + daniel.armbrust.list@gmail.com + + + Yuval Kashtan + + + Joseph Hindsley + + + Rob Hasselbaum + rhasselbaum@alumni.ithaca.edu + + + Mario Ivankovits + mario@ops.co.at + + + Naz Irizarry + MITRE Corp + + + Tapan Karecha + tapan@india.hp.com + + + Jason Mathews + MITRE Corp + + + Winston Ojeda + Winston.Ojeda@qg.com + Quad/Graphics, Inc. + + + Ted Wise + ctwise@bellsouth.net + + + Bogdan Drozdowski + bogdandr # op dot pl + + + + + + junit + junit + 4.12 + test + + + + + + apache.website + Apache Commons Site + scm:svn:https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-net/ + + + + + + 1.6 + 1.6 + http://download.oracle.com/javase/1.6.0/docs/api/ + net + NET + 12310487 + + + 3.6 + RC1 + (Requires Java ${maven.compiler.target} or later) + + + 1.4.1 + + + (Requires Java 1.3 or later) + + + 2.17 + 6.9 + true + + + + + + + + org.codehaus.mojo + findbugs-maven-plugin + ${commons.findbugs.version} + + findbugs-exclude-filter.xml + + + + org.apache.maven.plugins + maven-compiler-plugin + ${commons.compiler.version} + + + + **/package-info.java + + + + + org.apache.maven.plugins + maven-checkstyle-plugin + ${checkstyle.plugin.version} + + + com.puppycrawl.tools + checkstyle + ${checkstyle.tool.version} + + + + + + + + + + org.apache.maven.plugins + maven-jar-plugin + + + examples/** + + + + + + + org.apache.maven.plugins + maven-source-plugin + + + examples/** + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + + **/*FunctionalTest.java + **/POP3*Test.java + + + + + + maven-assembly-plugin + + + src/assembly/bin.xml + src/assembly/src.xml + + gnu + + + + + maven-antrun-plugin + + + package + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + run + + + + + + + org.codehaus.mojo + build-helper-maven-plugin + + + attach-artifacts + package + + attach-artifact + + + + + target/commons-net-ftp-${project.version}.jar + jar + ftp + + + target/commons-net-examples-${project.version}.jar + jar + examples + + + + + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + + examples.* + + + + + + maven-resources-plugin + + + copy-resources + pre-site + + copy-resources + + + ${basedir}/target/site/examples + + + src/main/java/examples + + **/Main.java + + false + + + + + + + + org.apache.maven.plugins + maven-scm-publish-plugin + + + javadocs + + + + + + + org.codehaus.mojo + clirr-maven-plugin + + + examples/** + + + + + + + org.codehaus.mojo + exec-maven-plugin + 1.5.0 + + + + java + + + + + examples.Main + + + + + + org.apache.maven.plugins + maven-checkstyle-plugin + ${checkstyle.plugin.version} + + ${basedir}/checkstyle.xml + + config_loc=${basedir} + ${basedir}/checkstyle-suppressions.xml + false + + + + + + + + + + + org.codehaus.mojo + findbugs-maven-plugin + ${commons.findbugs.version} + + findbugs-exclude-filter.xml + + + + + org.codehaus.mojo + clirr-maven-plugin + + + examples/** + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + + examples.* + + + + + org.apache.maven.plugins + maven-checkstyle-plugin + ${checkstyle.plugin.version} + + ${basedir}/checkstyle.xml + + config_loc=${basedir} + ${basedir}/checkstyle-suppressions.xml + false + + + + + + + diff --git a/libs_android/commons-net-3.8.0.jar b/libs_android/commons-net-3.8.0.jar new file mode 100644 index 0000000..dffce28 Binary files /dev/null and b/libs_android/commons-net-3.8.0.jar differ diff --git a/libs_android/commons-net-3.8.0.pom b/libs_android/commons-net-3.8.0.pom new file mode 100644 index 0000000..0366c44 --- /dev/null +++ b/libs_android/commons-net-3.8.0.pom @@ -0,0 +1,525 @@ + + + + + 4.0.0 + + org.apache.commons + commons-parent + 52 + + + commons-net + commons-net + 3.8.0 + Apache Commons Net + + +Apache Commons Net library contains a collection of network utilities and protocol implementations. +Supported protocols include: Echo, Finger, FTP, NNTP, NTP, POP3(S), SMTP(S), Telnet, Whois + + https://commons.apache.org/proper/commons-net/ + 2001 + + + + 1.7 + 1.7 + ${commons.javadoc7.java.link} + net + org.apache.commons.net + NET + 12310487 + + site-content + https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-net + + + 3.8.0 + RC1 + (Requires Java ${maven.compiler.target} or + later) + + + 3.7.2 + true + Gary Gregory + 86fdc7e2a11262cb + + true + + + + scm:git:https://gitbox.apache.org/repos/asf/commons-net + scm:git:https://gitbox.apache.org/repos/asf/commons-net + https://gitbox.apache.org/repos/asf/commons-net + + + jira + https://issues.apache.org/jira/browse/NET + + + + + apache.website + Apache Commons Site + scm:svn:https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-net/ + + + + + + junit + junit + 4.13.1 + test + + + org.apache.ftpserver + ftpserver-core + 1.1.1 + test + + + commons-io + commons-io + + + 2.6 + test + + + + + clean apache-rat:check javadoc:javadoc checkstyle:check clirr:check package + + + + + com.github.spotbugs + spotbugs-maven-plugin + ${commons.spotbugs.version} + + findbugs-exclude-filter.xml + + + + org.apache.maven.plugins + maven-compiler-plugin + ${commons.compiler.version} + + + + **/package-info.java + + + + + org.apache.maven.plugins + maven-checkstyle-plugin + ${commons.checkstyle-plugin.version} + + + + + + + + org.apache.maven.plugins + maven-jar-plugin + + + **/examples/** + + + + ${commons.module.name} + + + + + + + + org.apache.maven.plugins + maven-source-plugin + + + **/examples/** + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + + **/*FunctionalTest.java + **/POP3*Test.java + + + + + + maven-assembly-plugin + + + src/assembly/bin.xml + src/assembly/src.xml + + gnu + + + + + maven-antrun-plugin + + + package + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + run + + + + + + + org.codehaus.mojo + build-helper-maven-plugin + + + attach-artifacts + package + + attach-artifact + + + + + target/commons-net-ftp-${project.version}.jar + jar + ftp + + + target/commons-net-examples-${project.version}.jar + jar + examples + + + + + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + + *.examples.* + + + + + + maven-resources-plugin + + + copy-resources + pre-site + + copy-resources + + + ${basedir}/target/site/examples + + + src/main/java/org/apache/commons/net/examples + + **/Main.java + + false + + + + + + + + org.apache.maven.plugins + maven-scm-publish-plugin + + + javadocs + + + + + + + org.codehaus.mojo + clirr-maven-plugin + + + **/examples/** + + + + + + + org.codehaus.mojo + exec-maven-plugin + 3.0.0 + + + + java + + + + + org.apache.commons.net.examples.Main + + + + + + org.apache.maven.plugins + maven-checkstyle-plugin + ${commons.checkstyle-plugin.version} + + ${basedir}/checkstyle.xml + + config_loc=${basedir} + ${basedir}/checkstyle-suppressions.xml + false + + + + + + + + + + + com.github.spotbugs + spotbugs-maven-plugin + ${commons.spotbugs.version} + + findbugs-exclude-filter.xml + + + + + org.codehaus.mojo + clirr-maven-plugin + + + **/examples/** + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + + *.examples.* + + + + + org.apache.maven.plugins + maven-checkstyle-plugin + ${commons.checkstyle-plugin.version} + + ${basedir}/checkstyle.xml + + config_loc=${basedir} + ${basedir}/checkstyle-suppressions.xml + false + + + + + + + + + Jeffrey D. Brekke + brekke + Jeff.Brekke@qg.com + Quad/Graphics, Inc. + + + Steve Cohen + scohen + scohen@apache.org + javactivity.org + + + Bruno D'Avanzo + brudav + bruno.davanzo@hp.com + Hewlett-Packard + + + Daniel F. Savarese + dfs + dfs@apache.org + + <a href="http://www.savarese.com/">Savarese Software Research</a> + + + Rory Winston + rwinston + rwinston@apache.org + + + + Rory Winston + rwinston@checkfree.com + + + + Gary Gregory + ggregory@apache.org + + + + + + + Henrik Sorensen + henrik.sorensen@balcab.ch + + + Jeff Nadler + jnadler@srcginc.com + + + William Noto + wnoto@openfinance.com + + + Stephane ESTE-GRACIAS + sestegra@free.fr + + + Dan Armbrust + daniel.armbrust.list@gmail.com + + + Yuval Kashtan + + + Joseph Hindsley + + + Rob Hasselbaum + rhasselbaum@alumni.ithaca.edu + + + Mario Ivankovits + mario@ops.co.at + + + Naz Irizarry + MITRE Corp + + + Tapan Karecha + tapan@india.hp.com + + + Jason Mathews + MITRE Corp + + + Winston Ojeda + Winston.Ojeda@qg.com + Quad/Graphics, Inc. + + + Ted Wise + ctwise@bellsouth.net + + + Bogdan Drozdowski + bogdandr # op dot pl + + + + diff --git a/libs_android/constraint-layout-1.1.0.aar b/libs_android/constraint-layout-1.1.0.aar new file mode 100644 index 0000000..22da10f Binary files /dev/null and b/libs_android/constraint-layout-1.1.0.aar differ diff --git a/libs_android/constraint-layout-1.1.0.pom b/libs_android/constraint-layout-1.1.0.pom new file mode 100644 index 0000000..b2730ea --- /dev/null +++ b/libs_android/constraint-layout-1.1.0.pom @@ -0,0 +1,37 @@ + + + 4.0.0 + com.android.support.constraint + constraint-layout + 1.1.0 + aar + Android ConstraintLayout + ConstraintLayout for Android + http://tools.android.com + 2007 + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + + + The Android Open Source Project + + + + git://android.googlesource.com/platform/tools/sherpa.git + https://android.googlesource.com/platform/tools/sherpa + + + + com.android.support.constraint + constraint-layout-solver + 1.1.0 + compile + + + diff --git a/libs_android/constraint-layout-1.1.3.aar b/libs_android/constraint-layout-1.1.3.aar new file mode 100644 index 0000000..0aedc78 Binary files /dev/null and b/libs_android/constraint-layout-1.1.3.aar differ diff --git a/libs_android/constraint-layout-1.1.3.pom b/libs_android/constraint-layout-1.1.3.pom new file mode 100644 index 0000000..e4ce10b --- /dev/null +++ b/libs_android/constraint-layout-1.1.3.pom @@ -0,0 +1,37 @@ + + + 4.0.0 + com.android.support.constraint + constraint-layout + 1.1.3 + aar + Android ConstraintLayout + ConstraintLayout for Android + http://tools.android.com + 2007 + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + + + The Android Open Source Project + + + + git://android.googlesource.com/platform/tools/sherpa.git + https://android.googlesource.com/platform/tools/sherpa + + + + com.android.support.constraint + constraint-layout-solver + 1.1.3 + compile + + + diff --git a/libs_android/constraintlayout-2.1.1.aar b/libs_android/constraintlayout-2.1.1.aar new file mode 100644 index 0000000..9a69b14 Binary files /dev/null and b/libs_android/constraintlayout-2.1.1.aar differ diff --git a/libs_android/constraintlayout-2.1.1.pom b/libs_android/constraintlayout-2.1.1.pom new file mode 100644 index 0000000..7e773d4 --- /dev/null +++ b/libs_android/constraintlayout-2.1.1.pom @@ -0,0 +1,54 @@ + + + + + + + + 4.0.0 + androidx.constraintlayout + constraintlayout + 2.1.1 + aar + Android ConstraintLayout + ConstraintLayout for Android + http://tools.android.com + 2007 + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + + + The Android Open Source Project + + + + git@github.com:androidx/constraintlayout.git + https://github.com/androidx/constraintlayout + + + + androidx.appcompat + appcompat + 1.2.0 + runtime + + + androidx.core + core + 1.3.2 + runtime + + + androidx.constraintlayout + constraintlayout-core + 1.0.1 + runtime + + + diff --git a/libs_android/constraintlayout-2.1.2.aar b/libs_android/constraintlayout-2.1.2.aar new file mode 100644 index 0000000..f9507ed Binary files /dev/null and b/libs_android/constraintlayout-2.1.2.aar differ diff --git a/libs_android/constraintlayout-2.1.2.pom b/libs_android/constraintlayout-2.1.2.pom new file mode 100644 index 0000000..6a6dd33 --- /dev/null +++ b/libs_android/constraintlayout-2.1.2.pom @@ -0,0 +1,54 @@ + + + + + + + + 4.0.0 + androidx.constraintlayout + constraintlayout + 2.1.2 + aar + Android ConstraintLayout + ConstraintLayout for Android + http://tools.android.com + 2007 + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + + + The Android Open Source Project + + + + git@github.com:androidx/constraintlayout.git + https://github.com/androidx/constraintlayout + + + + androidx.appcompat + appcompat + 1.2.0 + runtime + + + androidx.core + core + 1.3.2 + runtime + + + androidx.constraintlayout + constraintlayout-core + 1.0.2 + runtime + + + diff --git a/libs_android/core-0.10.0.aar b/libs_android/core-0.10.0.aar new file mode 100644 index 0000000..3c803d1 Binary files /dev/null and b/libs_android/core-0.10.0.aar differ diff --git a/libs_android/core-0.10.0.pom b/libs_android/core-0.10.0.pom new file mode 100644 index 0000000..c34a70b --- /dev/null +++ b/libs_android/core-0.10.0.pom @@ -0,0 +1,60 @@ + + + + + + + + 4.0.0 + me.jahnen.libaums + core + 0.10.0 + aar + core + Android USB mass storage library with FAT32 support. + https://github.com/magnusja/libaums + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + + + + + magnusja + Magnus Jahnen + github@mgns.tech + + + depau + Davide Depau + davide@depau.eu + + + + scm:git:github.com/magnusja/libaums.git + scm:git:ssh://github.com/magnusja/libaums.git + https://github.com/magnusja/libaums/tree/main + + + + androidx.annotation + annotation + 1.6.0 + compile + + + androidx.core + core-ktx + 1.9.0 + compile + + + org.jetbrains.kotlin + kotlin-stdlib-jdk7 + 1.8.0 + runtime + + + diff --git a/libs_android/core-1.6.0.aar b/libs_android/core-1.6.0.aar new file mode 100644 index 0000000..cdf1663 Binary files /dev/null and b/libs_android/core-1.6.0.aar differ diff --git a/libs_android/core-1.6.0.pom b/libs_android/core-1.6.0.pom new file mode 100644 index 0000000..dec0a7d --- /dev/null +++ b/libs_android/core-1.6.0.pom @@ -0,0 +1,68 @@ + + + + + + + + 4.0.0 + androidx.core + core + 1.6.0 + aar + Android Support Library compat + The Support Library is a static library that you can add to your Android application in order to use APIs that are either not available for older platform versions or utility APIs that aren't a part of the framework APIs. Compatible on devices running API 14 or later. + https://developer.android.com/jetpack/androidx/releases/core#1.6.0 + 2015 + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + + + The Android Open Source Project + + + + scm:git:https://android.googlesource.com/platform/frameworks/support + https://cs.android.com/androidx/platform/frameworks/support + + + + androidx.annotation + annotation + 1.2.0 + compile + + + androidx.annotation + annotation-experimental + 1.1.0 + compile + aar + + + androidx.lifecycle + lifecycle-runtime + 2.0.0 + compile + aar + + + androidx.versionedparcelable + versionedparcelable + 1.1.1 + compile + aar + + + androidx.collection + collection + 1.0.0 + runtime + + + diff --git a/libs_android/core-3.1.0.jar b/libs_android/core-3.1.0.jar new file mode 100644 index 0000000..63c228a Binary files /dev/null and b/libs_android/core-3.1.0.jar differ diff --git a/libs_android/core-3.1.0.pom b/libs_android/core-3.1.0.pom new file mode 100644 index 0000000..df1cf3d --- /dev/null +++ b/libs_android/core-3.1.0.pom @@ -0,0 +1,91 @@ + + + + 4.0.0 + + core + 3.1.0 + jar + + + + junit + junit + test + + + + + com.google.zxing + zxing-parent + 3.1.0 + + + + + + org.apache.maven.plugins + maven-dependency-plugin + + + copy-android + package + + copy + + + + + com.google.zxing + core + ${project.version} + jar + + + ../android/libs + true + + + + copy-androidtest + package + + copy + + + + + com.google.zxing + core + ${project.version} + jar + + + ../androidtest/libs + true + + + + + + + + ZXing Core + Core barcode encoding/decoding library + + + diff --git a/libs_android/core-3.4.1.jar b/libs_android/core-3.4.1.jar new file mode 100644 index 0000000..11f6788 Binary files /dev/null and b/libs_android/core-3.4.1.jar differ diff --git a/libs_android/core-3.4.1.pom b/libs_android/core-3.4.1.pom new file mode 100644 index 0000000..5717604 --- /dev/null +++ b/libs_android/core-3.4.1.pom @@ -0,0 +1,91 @@ + + + + 4.0.0 + + core + 3.4.1 + jar + + + + junit + junit + test + + + + + com.google.zxing + zxing-parent + 3.4.1 + + + ZXing Core + Core barcode encoding/decoding library + + + + proguard-library + + + + com.github.wvengen + proguard-maven-plugin + ${proguard.plugin.version} + + + + + + + + + + + + + + + biz.aQute.bnd + bnd-maven-plugin + 5.1.2 + + + + bnd-process + + + + + + org.apache.maven.plugins + maven-jar-plugin + + + ${project.build.outputDirectory}/META-INF/MANIFEST.MF + + com.google.zxing + + + + + + + + + diff --git a/libs_android/design-28.0.0.aar b/libs_android/design-28.0.0.aar new file mode 100644 index 0000000..fc1c08b Binary files /dev/null and b/libs_android/design-28.0.0.aar differ diff --git a/libs_android/design-28.0.0.pom b/libs_android/design-28.0.0.pom new file mode 100644 index 0000000..15d968c --- /dev/null +++ b/libs_android/design-28.0.0.pom @@ -0,0 +1,127 @@ + + + 4.0.0 + com.android.support + design + 28.0.0 + aar + Material Components for Android + Material Components for Android is a static library that you can add to your Android application in order to use APIs that provide implementations of the Material Design specification. Compatible on devices running API 14 or later. + http://developer.android.com/tools/extras/support-library.html + 2015 + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + + + The Android Open Source Project + + + + scm:git:https://github.com/material-components/material-components-android.git + https://github.com/material-components/material-components-android + + + + com.android.support + support-annotations + 28.0.0 + compile + + + com.android.support + support-compat + 28.0.0 + aar + compile + + + com.android.support + support-core-ui + 28.0.0 + aar + compile + + + com.android.support + support-core-utils + 28.0.0 + aar + compile + + + com.android.support + support-fragment + 28.0.0 + aar + compile + + + com.android.support + transition + 28.0.0 + aar + compile + + + com.android.support + appcompat-v7 + 28.0.0 + aar + compile + + + com.android.support + cardview-v7 + 28.0.0 + aar + compile + + + com.android.support + recyclerview-v7 + 28.0.0 + aar + compile + + + com.android.support.test + runner + 1.0.0 + aar + test + + + junit + junit + 4.12 + aar + test + + + com.google.truth + truth + 0.35 + aar + test + + + org.mockito + mockito-core + 1.9.5 + aar + test + + + org.robolectric + robolectric + 3.3.2 + aar + test + + + diff --git a/libs_android/fragment-1.3.1.aar b/libs_android/fragment-1.3.1.aar new file mode 100644 index 0000000..80684e9 Binary files /dev/null and b/libs_android/fragment-1.3.1.aar differ diff --git a/libs_android/fragment-1.3.1.pom b/libs_android/fragment-1.3.1.pom new file mode 100644 index 0000000..5addb21 --- /dev/null +++ b/libs_android/fragment-1.3.1.pom @@ -0,0 +1,110 @@ + + + + + + + + 4.0.0 + androidx.fragment + fragment + 1.3.1 + aar + Android Support Library fragment + The Support Library is a static library that you can add to your Android application in order to use APIs that are either not available for older platform versions or utility APIs that aren't a part of the framework APIs. Compatible on devices running API 14 or later. + https://developer.android.com/jetpack/androidx/releases/fragment#1.3.1 + 2011 + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + + + The Android Open Source Project + + + + scm:git:https://android.googlesource.com/platform/frameworks/support + https://cs.android.com/androidx/platform/frameworks/support + + + + androidx.annotation + annotation + 1.1.0 + compile + + + androidx.core + core + 1.1.0 + compile + aar + + + androidx.collection + collection + 1.1.0 + compile + + + androidx.viewpager + viewpager + 1.0.0 + compile + aar + + + androidx.loader + loader + 1.0.0 + compile + aar + + + androidx.activity + activity + 1.2.1 + compile + aar + + + androidx.lifecycle + lifecycle-livedata-core + 2.3.0 + compile + aar + + + androidx.lifecycle + lifecycle-viewmodel + 2.3.0 + compile + aar + + + androidx.lifecycle + lifecycle-viewmodel-savedstate + 2.3.0 + compile + aar + + + androidx.savedstate + savedstate + 1.1.0 + compile + aar + + + androidx.annotation + annotation-experimental + 1.0.0 + compile + aar + + + diff --git a/libs_android/gradle caches.zip b/libs_android/gradle caches.zip new file mode 100644 index 0000000..9bc5d72 Binary files /dev/null and b/libs_android/gradle caches.zip differ diff --git a/libs_android/ini4j-0.5.1.jar b/libs_android/ini4j-0.5.1.jar new file mode 100644 index 0000000..66045bb Binary files /dev/null and b/libs_android/ini4j-0.5.1.jar differ diff --git a/libs_android/ini4j-0.5.1.pom b/libs_android/ini4j-0.5.1.pom new file mode 100644 index 0000000..5f37eff --- /dev/null +++ b/libs_android/ini4j-0.5.1.pom @@ -0,0 +1,559 @@ + + + 4.0.0 + org.ini4j + ini4j + 0.5.1 + ini4j + Java API for handling configuration files in Windows .ini format. The library includes its own Map based API, Java Preferences API and Java Beans API for handling .ini files. Additionally, the library includes a feature rich (variable/macro substitution, multiply property values, etc) java.util.Properties replacement. + jar + http://www.ini4j.org + + scm:svn:https://ini4j.svn.sourceforge.net/svnroot/ini4j/tags/ini4j-0.5.1 + scm:svn:https://ini4j.svn.sourceforge.net/svnroot/ini4j/tags/ini4j-0.5.1 + + + + ini4j-release + [ini4j] releases on SourceForge + scp://shell.sourceforge.net/home/groups/i/in/ini4j/repository/release + + + ini4j-snapshot + [ini4j] snapshots on SourceForge + scp://shell.sourceforge.net/home/groups/i/in/ini4j/repository/snapshot + + + ini4j-site + [ini4j] site on SourceForge + scp://shell.sourceforge.net/home/groups/i/in/ini4j/htdocs + + + + sourceforge + http://sourceforge.net/tracker2/?group_id=129580 + + + + Apache 2 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + + + ivan + Ivan Szkiba + szkiba at SourceForge + + architect + developer + + -1 + + + + + junit + junit + 4.5 + test + + + jetty + jetty + 4.2.2 + test + + + org.easymock + easymock + 2.3 + test + + + org.easymock + easymockclassextension + 2.3 + test + + + org.beanshell + bsh + 2.0b4 + test + + + + scp://shell.sourceforge.net/incoming/s/sz/szkiba/uploads + + + + windows + + + windows + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + + + os.family + windows + + + + + + + + + release-candidate + + true + + + + + org.apache.maven.plugins + maven-checkstyle-plugin + + ${basedir}/src/conf/checkstyle.xml + true + true + UTF-8 + ${check.skip} + + + + verify + + check + + + + + + + org.apache.maven.plugins + maven-pmd-plugin + + + pmd + pmd-jdk14 + 4.2.5 + + + + true + + ${basedir}/src/conf/pmd.xml + + ${check.skip} + true + UTF-8 + 1.5 + + + + verify + + check + + + + + + + + org.codehaus.mojo + retrotranslator-maven-plugin + + + + translate-project + + + jdk14 + true + + + + + + org.apache.maven.plugins + maven-source-plugin + + + attach-sources + + jar + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + + + attach-javadoc + + jar + + + + + + + + + + + + + org.apache.maven.plugins + maven-changes-plugin + false + + src/changes + UTF-8 + ${project.build.directory} + + + + releasenotes + + announcement-generate + + generate-resources + + + + + + changelog + + announcement-generate + + generate-resources + + + + + + sitemap-create + + announcement-generate + + pre-site + + + + + + + + maven-antrun-plugin + + + sitemap-copy + + run + + pre-site + + + + + + + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + + 1.5 + 1.5 + UTF-8 + -Xlint + + + + org.apache.maven.plugins + maven-resources-plugin + + UTF-8 + + + + + maven-surefire-plugin + + + + java.util.prefs.PreferencesFactory + org.ini4j.IniPreferencesFactory + + + org.ini4j.prefs.user + org/ini4j/sample/dwarfs.ini + + + org.ini4j.prefs.system + org/ini4j/sample/dwarfs.ini + + + + + + + org.apache.maven.plugins + maven-assembly-plugin + + + zip + deploy + + single + + + + src/main/assembly/src.xml + src/main/assembly/bin.xml + src/main/assembly/all.xml + + false + + + + demo + package + + single + + + target/generated-site/resources + ini4j-demo + false + + src/main/assembly/demo.xml + + false + + + org.ini4j.demo.DemoMain + + + + + + + + org.codehaus.mojo + wagon-maven-plugin + + + upload + + upload + + deploy + + ini4j-upload + ${project.build.directory} + ${project.build.finalName}-src*,${project.build.finalName}-bin*,${project.build.finalName}-all* + ${upload.url} + + + + + + org.apache.maven.plugins + maven-site-plugin + 2.0 + + ${basedir}/target/generated-site + + + + com.google.code.maven-license-plugin + maven-license-plugin + 1.4.0 + true + + true + UTF-8 + true +
NOTICE.txt
+ + **/META-INF/services/** + **/*.txt + **/*.apt + **/*.reg + **/.htaccess + + + SLASHSTAR_STYLE + SLASHSTAR_STYLE + SLASHSTAR_STYLE + SEMICOLON_STYLE + SCRIPT_STYLE + + true +
+ + + initialize + + format + + + +
+ + + + org.apache.maven.plugins + maven-dependency-plugin + + + unpack + generate-resources + + unpack + + + + + org.beanshell + bsh + jar + false + ${project.build.directory}/test-classes + + + + + + + + +
+ + + src/test/java + + **/*.ini + **/*.opt + **/*.reg + **/*.properties + **/*.xml + **/*.txt + + + + src/test/resources + + +
+ + + + + org.apache.maven.plugins + maven-jxr-plugin + + UTF-8 + true + + + + + org.apache.maven.plugins + maven-javadoc-plugin + + UTF-8 + ISO-8859-1 + true + java.* + + http://java.sun.com/javase/6/docs/api/ + + true + + + + + javadoc + + + + + + + + org.codehaus.mojo + taglist-maven-plugin + + UTF-8 + + TODO + FIXME + XXX + + + + + + org.codehaus.mojo + cobertura-maven-plugin + + + + org.apache.maven.plugins + maven-changes-plugin + + UTF-8 + http://sourceforge.net/tracker2/?func=detail&atid=715133&group_id=129580&aid=%ISSUE% + + + + + changes-report + + + + + + + + org.apache.maven.plugins + maven-project-info-reports-plugin + + + + index + summary + issue-tracking + license + project-team + dependencies + + + + + + + + +
\ No newline at end of file diff --git a/libs_android/ini4j-0.5.4.jar b/libs_android/ini4j-0.5.4.jar new file mode 100644 index 0000000..499f0af Binary files /dev/null and b/libs_android/ini4j-0.5.4.jar differ diff --git a/libs_android/ini4j-0.5.4.pom b/libs_android/ini4j-0.5.4.pom new file mode 100644 index 0000000..378f86a --- /dev/null +++ b/libs_android/ini4j-0.5.4.pom @@ -0,0 +1,765 @@ + + + 4.0.0 + org.ini4j + ini4j + 0.5.4 + ini4j + Java API for handling configuration files in Windows .ini format. The library includes its own Map based API, Java Preferences API and Java Beans API for handling .ini files. Additionally, the library includes a feature rich (variable/macro substitution, multiply property values, etc) java.util.Properties replacement. + jar + http://www.ini4j.org + + scm:svn:https://svn.code.sf.net/p/ini4j/code/tags/ini4j-0.5.4/ + scm:svn:svn+ssh://szkiba@svn.code.sf.net/p/ini4j/code/tags/ini4j-0.5.4 + https://svn.code.sf.net/p/ini4j/code/tags/ini4j-0.5.4/ + + + + ini4j-release + [ini4j] releases on OSSRH + https://oss.sonatype.org/service/local/staging/deploy/maven2 + + + ini4j-snapshot + [ini4j] snapshots on OSSRH + https://oss.sonatype.org/content/repositories/snapshots + + + ini4j-site + [ini4j] site on SourceForge + scpexe://shell.sourceforge.net/home/project-web/ini4j/htdocs + + + + sourceforge + http://sourceforge.net/tracker2/?group_id=129580 + + + + Apache 2 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + + + ivan + Ivan Szkiba + szkiba at SourceForge + + architect + developer + + -1 + + + + + junit + junit + 4.5 + test + + + jetty + jetty + 4.2.2 + test + + + org.easymock + easymock + 2.3 + test + + + org.easymock + easymockclassextension + 2.3 + test + + + org.beanshell + bsh + 2.0b4 + test + + + net.sf.retrotranslator + retrotranslator-runtime + 1.2.4 + true + + + + scpexe://shell.sourceforge.net/home/frs/project/ini4j + true + + + + + windows + + + windows + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + + + os.family + windows + + + + + + + + + release-candidate + + true + + + + + org.apache.maven.plugins + maven-checkstyle-plugin + 2.3 + + ${basedir}/src/conf/checkstyle.xml + true + true + UTF-8 + ${check.skip} + + + + verify + + check + + + + + + + org.apache.maven.plugins + maven-pmd-plugin + + + pmd + pmd-jdk14 + 4.2.5 + + + + true + + ${basedir}/src/conf/pmd.xml + + ${check.skip} + true + UTF-8 + 1.5 + + + + verify + + check + + + + + + org.apache.maven.plugins + maven-dependency-plugin + + + copy-junit + process-classes + + unpack + + + + + junit + junit + jar + true + + + org.easymock + easymock + jar + true + + + ${project.build.directory}/test-deps + + + + + + org.codehaus.mojo + retrotranslator-maven-plugin + + + net.sf.retrotranslator + retrotranslator-runtime + 1.2.4 + + + + org.ini4j.jdk14 + true + + + + translate-classes + + translate + + process-classes + + ${project.build.directory}/classes-jdk14 + + + ${project.build.outputDirectory} + + + org.ini4j.jdk14 + true + + + + translate-test-classes + + translate + + process-test-classes + + ${project.build.directory}/test-classes-jdk14 + + + ${project.build.testOutputDirectory} + + + ${project.build.directory}/test-deps + + + org.ini4j.jdk14 + true + + + + translate-project + + translate-project + + + jdk14 + true + true + + + + + + org.apache.maven.plugins + maven-antrun-plugin + + + org.apache.ant + ant-junit + 1.7.0 + + + + + test + test + + run + + + + + + + + + + + + + + + + + + + + + + + + + + + org.apache.maven.plugins + maven-source-plugin + + + attach-sources + + jar + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + + + attach-javadoc + + jar + + + + + + + + + + + + + + org.apache.maven.wagon + wagon-ssh-external + 1.0-beta-6 + + + + + org.sonatype.plugins + nexus-staging-maven-plugin + 1.6.3 + true + + ini4j-release + https://oss.sonatype.org/ + true + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.5 + + + sign-artifacts + verify + + sign + + + + + + org.apache.maven.plugins + maven-changes-plugin + 2.1 + false + + src/changes + UTF-8 + ${project.build.directory} + + + + releasenotes + + announcement-generate + + generate-resources + + + + + + changelog + + announcement-generate + + generate-resources + + + + + + sitemap-create + + announcement-generate + + pre-site + + + + + + + + maven-antrun-plugin + + + sitemap-copy + + run + + pre-site + + + + + + + + + + + release-notes-changelog-copy + + run + + generate-resources + + + + + + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + + 1.5 + 1.5 + UTF-8 + -Xlint + + + + org.apache.maven.plugins + maven-resources-plugin + + UTF-8 + + + + + maven-surefire-plugin + + + + java.util.prefs.PreferencesFactory + org.ini4j.IniPreferencesFactory + + + org.ini4j.prefs.user + org/ini4j/sample/dwarfs.ini + + + org.ini4j.prefs.system + org/ini4j/sample/dwarfs.ini + + + + + + + org.apache.maven.plugins + maven-assembly-plugin + + + zip + deploy + + single + + + + src/main/assembly/src.xml + src/main/assembly/bin.xml + src/main/assembly/all.xml + + false + + + + demo + package + + single + + + target/generated-site/resources + ini4j-demo + false + + src/main/assembly/demo.xml + + false + + + org.ini4j.demo.DemoMain + + + + + + + + org.codehaus.mojo + wagon-maven-plugin + + + upload-all + + upload + + deploy + + ini4j-upload + ${project.build.directory} + ${project.build.finalName}-all.zip,ReleaseNotest.txt + ${upload.url}/ini4j/${project.version} + + + + upload-src + + upload + + deploy + + ini4j-upload + ${project.build.directory} + ${project.build.finalName}-src.zip,ReleaseNotest.txt + ${upload.url}/ini4j-src/${project.version} + + + + upload-bin + + upload + + deploy + + ini4j-upload + ${project.build.directory} + ${project.build.finalName}-bin.zip,ReleaseNotest.txt + ${upload.url}/ini4j-bin/${project.version} + + + + + + org.apache.maven.plugins + maven-site-plugin + 2.0 + + ${basedir}/target/generated-site + + + + com.google.code.maven-license-plugin + maven-license-plugin + 1.4.0 + true + + true + UTF-8 + true +
NOTICE.txt
+ + **/META-INF/services/** + **/*.txt + **/*.apt + **/*.reg + **/.htaccess + **/UTF*.ini + + + SLASHSTAR_STYLE + SLASHSTAR_STYLE + SLASHSTAR_STYLE + SEMICOLON_STYLE + SCRIPT_STYLE + + true +
+ + + initialize + + format + + + +
+ + + + org.apache.maven.plugins + maven-dependency-plugin + + + unpack + generate-resources + + unpack + + + + + org.beanshell + bsh + jar + false + ${project.build.directory}/test-classes + + + + + + + + +
+ + + src/test/java + + **/*.ini + **/*.opt + **/*.reg + **/*.properties + **/*.xml + **/*.txt + + + + src/test/resources + + +
+ + + + + org.apache.maven.plugins + maven-jxr-plugin + + UTF-8 + true + + + + + org.apache.maven.plugins + maven-javadoc-plugin + + UTF-8 + ISO-8859-1 + true + java.* + + http://java.sun.com/javase/6/docs/api/ + + true + + + + + javadoc + + + + + + + + org.codehaus.mojo + taglist-maven-plugin + + UTF-8 + + TODO + FIXME + XXX + + + + + + org.codehaus.mojo + cobertura-maven-plugin + + + + org.apache.maven.plugins + maven-changes-plugin + 2.1 + + UTF-8 + http://sourceforge.net/tracker2/?func=detail&atid=715133&group_id=129580&aid=%ISSUE% + + + + + changes-report + + + + + + + org.apache.maven.plugins + maven-project-info-reports-plugin + 2.1.2 + + + + index + summary + issue-tracking + license + project-team + dependencies + + + + + + + + +
+ diff --git a/libs_android/jcifs-1.3.17.jar b/libs_android/jcifs-1.3.17.jar new file mode 100644 index 0000000..3f27e29 Binary files /dev/null and b/libs_android/jcifs-1.3.17.jar differ diff --git a/libs_android/jcifs-1.3.17.pom b/libs_android/jcifs-1.3.17.pom new file mode 100644 index 0000000..310173e --- /dev/null +++ b/libs_android/jcifs-1.3.17.pom @@ -0,0 +1,93 @@ + + 4.0.0 + jcifs + jcifs + 1.3.17 + jar + jCIFS + http://jcifs.samba.org + JCIFS is an Open Source client library that implements the CIFS/SMB networking protocol in 100% Java + + + GNU Lesser General Public License, version 2.1 + http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt + repo + + + + + http://jcifs.samba.org/src/ + + + + + javax.servlet + servlet-api + 2.4 + + + + + ${project.basedir}/src + + + src + + **/*.map + **/*.css + **/*.idl + + + + + + org.apache.maven.plugins + maven-source-plugin + 2.1.2 + + + attach-sources + + jar + + + + + + org.apache.maven.plugins + maven-javadoc-plugin + 2.8.1 + + + attach-javadocs + + jar + + + + + + org.apache.maven.plugins + maven-gpg-plugin + 1.4 + + + sign-artifacts + verify + + sign + + + + + + + + + + mike + Michael B. Allen + ioplex@gmail.com + + + diff --git a/libs_android/jetified-acra-core-5.8.4-runtime.jar b/libs_android/jetified-acra-core-5.8.4-runtime.jar new file mode 100644 index 0000000..12e5ff5 Binary files /dev/null and b/libs_android/jetified-acra-core-5.8.4-runtime.jar differ diff --git a/libs_android/jetified-acra-http-5.8.4-runtime.jar b/libs_android/jetified-acra-http-5.8.4-runtime.jar new file mode 100644 index 0000000..fb663ae Binary files /dev/null and b/libs_android/jetified-acra-http-5.8.4-runtime.jar differ diff --git a/libs_android/jetified-acra-javacore-5.8.4.jar b/libs_android/jetified-acra-javacore-5.8.4.jar new file mode 100644 index 0000000..2f646ab Binary files /dev/null and b/libs_android/jetified-acra-javacore-5.8.4.jar differ diff --git a/libs_android/jetified-exoplayer-core-r2.4.0.aar b/libs_android/jetified-exoplayer-core-r2.4.0.aar new file mode 100644 index 0000000..5166c30 Binary files /dev/null and b/libs_android/jetified-exoplayer-core-r2.4.0.aar differ diff --git a/libs_android/levelup-sdk-android-core-2.11.5.aar b/libs_android/levelup-sdk-android-core-2.11.5.aar new file mode 100644 index 0000000..6f403c9 Binary files /dev/null and b/libs_android/levelup-sdk-android-core-2.11.5.aar differ diff --git a/libs_android/levelup-sdk-android-core-2.11.5.pom b/libs_android/levelup-sdk-android-core-2.11.5.pom new file mode 100644 index 0000000..c31cc52 --- /dev/null +++ b/libs_android/levelup-sdk-android-core-2.11.5.pom @@ -0,0 +1,56 @@ + + + 4.0.0 + com.scvngr + levelup-sdk-android-core + 2.11.5 + aar + LevelUp Android Core SDK + Android SDK for accessing LevelUp + http://developer.thelevelup.com + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + + + thelevelup + LevelUp + + + + scm:git@github.com:TheLevelUp/levelup-sdk-android.git + scm:git@github.com:TheLevelUp/levelup-sdk-android.git + https://github.com/TheLevelUp/levelup-sdk-android + + + + com.android.support + support-v4 + 24.0.0 + compile + + + com.google.code.gson + gson + 2.7 + compile + + + com.github.stephenc.jcip + jcip-annotations + 1.0-1 + compile + + + com.braintreepayments + encryption + 2.1.0 + compile + + + diff --git a/libs_android/levelup-sdk-android-deeplink-auth-2.11.5.aar b/libs_android/levelup-sdk-android-deeplink-auth-2.11.5.aar new file mode 100644 index 0000000..5c0fd74 Binary files /dev/null and b/libs_android/levelup-sdk-android-deeplink-auth-2.11.5.aar differ diff --git a/libs_android/levelup-sdk-android-deeplink-auth-2.11.5.pom b/libs_android/levelup-sdk-android-deeplink-auth-2.11.5.pom new file mode 100644 index 0000000..942346e --- /dev/null +++ b/libs_android/levelup-sdk-android-deeplink-auth-2.11.5.pom @@ -0,0 +1,30 @@ + + + 4.0.0 + com.scvngr + levelup-sdk-android-deeplink-auth + 2.11.5 + aar + LevelUp Android Deeplink Auth SDK + Android SDK for LevelUp Deeplink Authorization + http://developer.thelevelup.com + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + + + thelevelup + LevelUp + + + + scm:git@github.com:TheLevelUp/levelup-sdk-android.git + scm:git@github.com:TheLevelUp/levelup-sdk-android.git + https://github.com/TheLevelUp/levelup-sdk-android + + diff --git a/libs_android/libthrift-0.9.1.jar b/libs_android/libthrift-0.9.1.jar new file mode 100644 index 0000000..ec8ab1d Binary files /dev/null and b/libs_android/libthrift-0.9.1.jar differ diff --git a/libs_android/libthrift-0.9.1.pom b/libs_android/libthrift-0.9.1.pom new file mode 100644 index 0000000..9a146f0 --- /dev/null +++ b/libs_android/libthrift-0.9.1.pom @@ -0,0 +1,125 @@ + + + 4.0.0 + org.apache.thrift + libthrift + 0.9.1 + pom + Apache Thrift + Thrift is a software framework for scalable cross-language services development. + http://thrift.apache.org + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + + + + + mcslee + Mark Slee + + + dreiss + David Reiss + + + aditya + Aditya Agarwal + + + marck + Marc Kwiatkowski + + + jwang + James Wang + + + cpiro + Chris Piro + + + bmaurer + Ben Maurer + + + kclark + Kevin Clark + + + jake + Jake Luciani + + + bryanduxbury + Bryan Duxbury + + + esteve + Esteve Fernandez + + + todd + Todd Lipcon + + + geechorama + Andrew McGeachie + + + molinaro + Anthony Molinaro + + + roger + Roger Meier + + + jfarrell + Jake Farrell + + + jensg + Jens Geyer + + + carl + Carl Yeksigian + + + + scm:git:https://git-wip-us.apache.org/repos/asf/thrift.git + scm:git:https://git-wip-us.apache.org/repos/asf/thrift.git + https://git-wip-us.apache.org/repos/asf?p=thrift.git + + + + org.slf4j + slf4j-api + 1.5.8 + + + org.apache.commons + commons-lang3 + 3.1 + + + javax.servlet + servlet-api + 2.5 + provided + + + org.apache.httpcomponents + httpclient + 4.2.5 + + + org.apache.httpcomponents + httpcore + 4.2.4 + + + diff --git a/libs_android/logback-android-2.0.0.aar b/libs_android/logback-android-2.0.0.aar new file mode 100644 index 0000000..6b8159d Binary files /dev/null and b/libs_android/logback-android-2.0.0.aar differ diff --git a/libs_android/logback-android-2.0.0.pom b/libs_android/logback-android-2.0.0.pom new file mode 100644 index 0000000..5d187ff --- /dev/null +++ b/libs_android/logback-android-2.0.0.pom @@ -0,0 +1,31 @@ + + + 4.0.0 + com.github.tony19 + logback-android + 2.0.0 + aar + logback-android + "Logging library for Android apps" + https://github.com/tony19/logback-android + + + "The Apache Software License, Version 2.0" + https://www.apache.org/licenses/LICENSE-2.0 + repo + + + + + tony19 + tony19 + tony19@gmail.com + + + + scm:git@github.com:tony19/logback-android.git + scm:git@github.com:tony19/logback-android.git + https://github.com/tony19/logback-android + + diff --git a/libs_android/material-1.12.0.aar b/libs_android/material-1.12.0.aar new file mode 100644 index 0000000..676d354 Binary files /dev/null and b/libs_android/material-1.12.0.aar differ diff --git a/libs_android/material-1.12.0.pom b/libs_android/material-1.12.0.pom new file mode 100644 index 0000000..fd53fa8 --- /dev/null +++ b/libs_android/material-1.12.0.pom @@ -0,0 +1,155 @@ + + + + + + + + 4.0.0 + com.google.android.material + material + 1.12.0 + aar + Material Components for Android + Material Components for Android is a static library that you can add to your Android application in order to use APIs that provide implementations of the Material Design specification. Compatible on devices running API 14 or later. + https://github.com/material-components/material-components-android + 2015 + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + + + The Android Open Source Project + + + + scm:git:https://github.com/material-components/material-components-android.git + https://github.com/material-components/material-components-android + + + + + org.jetbrains.kotlin + kotlin-bom + 1.8.22 + pom + import + + + + + + androidx.activity + activity + 1.8.0 + compile + + + androidx.annotation + annotation + 1.2.0 + compile + + + androidx.appcompat + appcompat + 1.6.1 + compile + + + androidx.cardview + cardview + 1.0.0 + compile + + + androidx.coordinatorlayout + coordinatorlayout + 1.1.0 + compile + + + androidx.constraintlayout + constraintlayout + 2.0.1 + compile + + + androidx.core + core + 1.6.0 + compile + + + androidx.drawerlayout + drawerlayout + 1.1.1 + compile + + + androidx.dynamicanimation + dynamicanimation + 1.0.0 + compile + + + androidx.annotation + annotation-experimental + 1.0.0 + compile + + + androidx.fragment + fragment + 1.2.5 + compile + + + androidx.lifecycle + lifecycle-runtime + 2.0.0 + compile + + + androidx.recyclerview + recyclerview + 1.0.0 + compile + + + androidx.resourceinspection + resourceinspection-annotation + 1.0.1 + compile + + + androidx.transition + transition + 1.5.0 + compile + + + androidx.vectordrawable + vectordrawable + 1.1.0 + compile + + + androidx.viewpager2 + viewpager2 + 1.0.0 + compile + + + com.google.errorprone + error_prone_annotations + 2.15.0 + runtime + + + diff --git a/libs_android/material-1.4.0.aar b/libs_android/material-1.4.0.aar new file mode 100644 index 0000000..e874bf2 Binary files /dev/null and b/libs_android/material-1.4.0.aar differ diff --git a/libs_android/material-1.4.0.pom b/libs_android/material-1.4.0.pom new file mode 100644 index 0000000..522272d --- /dev/null +++ b/libs_android/material-1.4.0.pom @@ -0,0 +1,120 @@ + + + + + + + + 4.0.0 + com.google.android.material + material + 1.4.0 + aar + Material Components for Android + Material Components for Android is a static library that you can add to your Android application in order to use APIs that provide implementations of the Material Design specification. Compatible on devices running API 14 or later. + https://github.com/material-components/material-components-android + 2015 + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + + + The Android Open Source Project + + + + scm:git:https://github.com/material-components/material-components-android.git + https://github.com/material-components/material-components-android + + + + androidx.annotation + annotation + 1.0.1 + compile + + + androidx.appcompat + appcompat + 1.1.0 + compile + + + androidx.cardview + cardview + 1.0.0 + compile + + + androidx.coordinatorlayout + coordinatorlayout + 1.1.0 + compile + + + androidx.constraintlayout + constraintlayout + 2.0.1 + compile + + + androidx.core + core + 1.5.0 + compile + + + androidx.dynamicanimation + dynamicanimation + 1.0.0 + compile + + + androidx.annotation + annotation-experimental + 1.0.0 + compile + + + androidx.fragment + fragment + 1.0.0 + compile + + + androidx.lifecycle + lifecycle-runtime + 2.0.0 + compile + + + androidx.recyclerview + recyclerview + 1.0.0 + compile + + + androidx.transition + transition + 1.2.0 + compile + + + androidx.vectordrawable + vectordrawable + 1.1.0 + compile + + + androidx.viewpager2 + viewpager2 + 1.0.0 + compile + + + diff --git a/libs_android/material-1.9.0.aar b/libs_android/material-1.9.0.aar new file mode 100644 index 0000000..5778b67 Binary files /dev/null and b/libs_android/material-1.9.0.aar differ diff --git a/libs_android/material-1.9.0.pom b/libs_android/material-1.9.0.pom new file mode 100644 index 0000000..3e4ed13 --- /dev/null +++ b/libs_android/material-1.9.0.pom @@ -0,0 +1,132 @@ + + + + + + + + 4.0.0 + com.google.android.material + material + 1.9.0 + aar + Material Components for Android + Material Components for Android is a static library that you can add to your Android application in order to use APIs that provide implementations of the Material Design specification. Compatible on devices running API 14 or later. + https://github.com/material-components/material-components-android + 2015 + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + + + The Android Open Source Project + + + + scm:git:https://github.com/material-components/material-components-android.git + https://github.com/material-components/material-components-android + + + + androidx.annotation + annotation + 1.2.0 + compile + + + androidx.appcompat + appcompat + 1.5.0 + compile + + + androidx.cardview + cardview + 1.0.0 + compile + + + androidx.coordinatorlayout + coordinatorlayout + 1.1.0 + compile + + + androidx.constraintlayout + constraintlayout + 2.0.1 + compile + + + androidx.core + core + 1.6.0 + compile + + + androidx.drawerlayout + drawerlayout + 1.1.1 + compile + + + androidx.dynamicanimation + dynamicanimation + 1.0.0 + compile + + + androidx.annotation + annotation-experimental + 1.0.0 + compile + + + androidx.fragment + fragment + 1.2.5 + compile + + + androidx.lifecycle + lifecycle-runtime + 2.0.0 + compile + + + androidx.recyclerview + recyclerview + 1.0.0 + compile + + + androidx.transition + transition + 1.2.0 + compile + + + androidx.vectordrawable + vectordrawable + 1.1.0 + compile + + + androidx.viewpager2 + viewpager2 + 1.0.0 + compile + + + com.google.errorprone + error_prone_annotations + 2.15.0 + runtime + + + diff --git a/libs_android/mbassador-1.3.2.jar b/libs_android/mbassador-1.3.2.jar new file mode 100644 index 0000000..2036558 Binary files /dev/null and b/libs_android/mbassador-1.3.2.jar differ diff --git a/libs_android/multidex-2.0.0.aar b/libs_android/multidex-2.0.0.aar new file mode 100644 index 0000000..8462cf3 Binary files /dev/null and b/libs_android/multidex-2.0.0.aar differ diff --git a/libs_android/multidex-2.0.0.pom b/libs_android/multidex-2.0.0.pom new file mode 100644 index 0000000..94923eb --- /dev/null +++ b/libs_android/multidex-2.0.0.pom @@ -0,0 +1,29 @@ + + + 4.0.0 + androidx.multidex + multidex + 2.0.0 + aar + Android Multi-Dex Library + Library for legacy multi-dex support + + 2013 + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + + + The Android Open Source Project + + + + scm:git:https://android.googlesource.com/platform/frameworks/multidex + http://source.android.com + + diff --git a/libs_android/recyclerview-1.2.1.aar b/libs_android/recyclerview-1.2.1.aar new file mode 100644 index 0000000..7a411b5 Binary files /dev/null and b/libs_android/recyclerview-1.2.1.aar differ diff --git a/libs_android/recyclerview-1.2.1.pom b/libs_android/recyclerview-1.2.1.pom new file mode 100644 index 0000000..1043d91 --- /dev/null +++ b/libs_android/recyclerview-1.2.1.pom @@ -0,0 +1,61 @@ + + + + + + + + 4.0.0 + androidx.recyclerview + recyclerview + 1.2.1 + aar + Android Support RecyclerView + Android Support RecyclerView + https://developer.android.com/jetpack/androidx/releases/recyclerview#1.2.1 + 2014 + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + + + The Android Open Source Project + + + + scm:git:https://android.googlesource.com/platform/frameworks/support + https://cs.android.com/androidx/platform/frameworks/support + + + + androidx.annotation + annotation + 1.1.0 + compile + + + androidx.core + core + 1.3.2 + compile + aar + + + androidx.customview + customview + 1.0.0 + compile + aar + + + androidx.collection + collection + 1.0.0 + runtime + + + diff --git a/libs_android/recyclerview-v7-26.1.0.aar b/libs_android/recyclerview-v7-26.1.0.aar new file mode 100644 index 0000000..2a11841 Binary files /dev/null and b/libs_android/recyclerview-v7-26.1.0.aar differ diff --git a/libs_android/recyclerview-v7-26.1.0.pom b/libs_android/recyclerview-v7-26.1.0.pom new file mode 100644 index 0000000..a7c60a7 --- /dev/null +++ b/libs_android/recyclerview-v7-26.1.0.pom @@ -0,0 +1,49 @@ + + + 4.0.0 + com.android.support + recyclerview-v7 + 26.1.0 + aar + Android Support RecyclerView v7 + Android Support RecyclerView v7 + http://developer.android.com/tools/extras/support-library.html + 2014 + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + + + The Android Open Source Project + + + + scm:git:https://android.googlesource.com/platform/frameworks/support + http://source.android.com + + + + com.android.support + support-annotations + 26.1.0 + compile + + + com.android.support + support-compat + 26.1.0 + compile + + + com.android.support + support-core-ui + 26.1.0 + compile + + + diff --git a/libs_android/recyclerview-v7-28.0.0.aar b/libs_android/recyclerview-v7-28.0.0.aar new file mode 100644 index 0000000..fb2f5da Binary files /dev/null and b/libs_android/recyclerview-v7-28.0.0.aar differ diff --git a/libs_android/recyclerview-v7-28.0.0.pom b/libs_android/recyclerview-v7-28.0.0.pom new file mode 100644 index 0000000..25e97e1 --- /dev/null +++ b/libs_android/recyclerview-v7-28.0.0.pom @@ -0,0 +1,50 @@ + + + 4.0.0 + com.android.support + recyclerview-v7 + 28.0.0 + aar + Android Support RecyclerView v7 + Android Support RecyclerView v7 + http://developer.android.com/tools/extras/support-library.html + 2014 + + + The Apache Software License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0.txt + repo + + + + + The Android Open Source Project + + + + scm:git:https://android.googlesource.com/platform/frameworks/support + http://source.android.com + + + + com.android.support + support-annotations + 28.0.0 + compile + + + com.android.support + support-compat + 28.0.0 + aar + compile + + + com.android.support + support-core-ui + 28.0.0 + aar + compile + + + diff --git a/libs_android/slf4j-api-1.7.25.jar b/libs_android/slf4j-api-1.7.25.jar new file mode 100644 index 0000000..0143c09 Binary files /dev/null and b/libs_android/slf4j-api-1.7.25.jar differ diff --git a/libs_android/slf4j-api-1.7.25.pom b/libs_android/slf4j-api-1.7.25.pom new file mode 100644 index 0000000..69417c3 --- /dev/null +++ b/libs_android/slf4j-api-1.7.25.pom @@ -0,0 +1,120 @@ + + + + 4.0.0 + + + org.slf4j + slf4j-parent + 1.7.25 + + + slf4j-api + + jar + SLF4J API Module + The slf4j API + + http://www.slf4j.org + + + + + org.codehaus.mojo + animal-sniffer-maven-plugin + + + + org.slf4j.impl.StaticMDCBinder + org.slf4j.impl.StaticLoggerBinder + org.slf4j.impl.StaticMarkerBinder + + + + + org.apache.maven.plugins + maven-surefire-plugin + + once + plain + false + + **/AllTest.java + **/PackageTest.java + + + + + + org.apache.maven.plugins + maven-jar-plugin + + + bundle-test-jar + package + + jar + test-jar + + + + + + + org.apache.maven.plugins + maven-antrun-plugin + + + process-classes + + run + + + + + + Removing slf4j-api's dummy StaticLoggerBinder and StaticMarkerBinder + + + + + + + + + + + org.eclipse.m2e + lifecycle-mapping + 1.0.0 + + + + + + + org.apache.maven.plugins + + + maven-antrun-plugin + + [1.3,) + + run + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/libs_android/smbj-0.11.1.jar b/libs_android/smbj-0.11.1.jar new file mode 100644 index 0000000..26f78d2 Binary files /dev/null and b/libs_android/smbj-0.11.1.jar differ diff --git a/libs_android/smbj-0.11.1.pom b/libs_android/smbj-0.11.1.pom new file mode 100644 index 0000000..3007d62 --- /dev/null +++ b/libs_android/smbj-0.11.1.pom @@ -0,0 +1,64 @@ + + + + + + + + 4.0.0 + com.hierynomus + smbj + 0.11.1 + smbj + SMB2 protocol library for communication with Windows servers + https://github.com/hierynomus/smbj + + + The Apache License, Version 2.0 + https://www.apache.org/licenses/LICENSE-2.0 + repo + + + + + hierynomus + Jeroen van Erp + jeroen@hierynomus.com + + + + scm:git:https://github.com/hierynomus/smbj + scm:git:ssh://github.com/hierynomus/smbj.git + https://github.com/hierynomus/smbj + + + + org.slf4j + slf4j-api + 1.7.25 + runtime + + + org.bouncycastle + bcprov-jdk15on + 1.60 + runtime + + + net.engio + mbassador + 1.3.0 + runtime + + + com.hierynomus + asn-one + 0.5.0 + runtime + + + + GitHub + https://github.com/hierynomus/smbj/issues + + diff --git a/libs_android/smbj-0.9.1.jar b/libs_android/smbj-0.9.1.jar new file mode 100644 index 0000000..366c865 Binary files /dev/null and b/libs_android/smbj-0.9.1.jar differ diff --git a/libs_android/smbj-0.9.1.pom b/libs_android/smbj-0.9.1.pom new file mode 100644 index 0000000..1d6fbb2 --- /dev/null +++ b/libs_android/smbj-0.9.1.pom @@ -0,0 +1,70 @@ + + + 4.0.0 + com.hierynomus + smbj + 0.9.1 + + + org.slf4j + slf4j-api + 1.7.25 + compile + + + org.bouncycastle + bcprov-jdk15on + 1.60 + compile + + + net.engio + mbassador + 1.3.0 + compile + + + com.hierynomus + asn-one + 0.4.0 + compile + + + https://github.com/hierynomus/smbj + + https://github.com/hierynomus/smbj.git + scm:git:git://github.com/hierynomus/smbj.git + scm:git:git://github.com/hierynomus/smbj.git + + + + Apache License 2.0 + http://opensource.org/licenses/Apache-2.0 + repo + + + + GitHub + https://github.com/hierynomus/smbj/issues + + SMB2 protocol library for communication with Windows servers + + + hierynomus + Jeroen van Erp + jeroen@hierynomus.com + + Lead developer + + + + sbellan + Saravanan Bellan + sbellan@gmail.com + + Developer + + + + smbj + diff --git a/libs_android/usb-serial-for-android-3.7.0.aar b/libs_android/usb-serial-for-android-3.7.0.aar new file mode 100644 index 0000000..9b8327e Binary files /dev/null and b/libs_android/usb-serial-for-android-3.7.0.aar differ diff --git a/libs_android/usb-serial-for-android-3.7.0.pom b/libs_android/usb-serial-for-android-3.7.0.pom new file mode 100644 index 0000000..0c00e54 --- /dev/null +++ b/libs_android/usb-serial-for-android-3.7.0.pom @@ -0,0 +1,41 @@ + + + +4.0.0 + com.github.mik3y + usb-serial-for-android + 3.7.0 + aar + mik3y/usb-serial-for-android + Android USB host serial driver library for CDC, FTDI, Arduino and other devices. + https://github.com/mik3y/usb-serial-for-android + 2013 + + + MIT License + https://api.github.com/licenses/mit + repo + + + + + mik3y + mike w + + + + + scm:git://github.com/mik3y/usb-serial-for-android.git + scm:git://github.com/mik3y/usb-serial-for-android.git + git://github.com/mik3y/usb-serial-for-android.git + + + + androidx.annotation + annotation + 1.5.0 + runtime + + + diff --git a/libs_android/zxing-android-embedded-4.3.0.aar b/libs_android/zxing-android-embedded-4.3.0.aar new file mode 100644 index 0000000..04d731a Binary files /dev/null and b/libs_android/zxing-android-embedded-4.3.0.aar differ diff --git a/libs_android/zxing-android-embedded-4.3.0.pom b/libs_android/zxing-android-embedded-4.3.0.pom new file mode 100644 index 0000000..1578807 --- /dev/null +++ b/libs_android/zxing-android-embedded-4.3.0.pom @@ -0,0 +1,39 @@ + + + 4.0.0 + com.journeyapps + zxing-android-embedded + 4.3.0 + aar + zxing-android-embedded + Barcode scanner library for Android, based on the ZXing decoder + https://github.com/journeyapps/zxing-android-embedded + + + The Apache License, Version 2.0 + https://github.com/journeyapps/zxing-android-embedded/blob/master/COPYING + + + + + + Ralf Kistner + ralf@journeyapps.com + Journey Mobile, Inc + https://journeyapps.com + + + + scm:git:github.com/journeyapps/zxing-android-embedded.git + scm:git:ssh://github.com/journeyapps/zxing-android-embedded.git + https://github.com/journeyapps/zxing-android-embedded + + + + com.google.zxing + core + 3.4.1 + api + + +