Is there a pre-compiled version of zxing for Windows? Both the Java version or the C++ port will do. I could find source packages on their site.
Asked
Active
Viewed 928 times
1 Answers
0
The Java artifacts for core
and javase
are available in Maven, from Sonatype's OSS repo: https://oss.sonatype.org/index.html#nexus-search;quick~zxing
This is of use if you're using Maven, but also means you can grab .jar files over the web too: https://oss.sonatype.org/content/groups/google/com/google/zxing/

Sean Owen
- 66,182
- 23
- 141
- 173