2

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.

sashoalm
  • 75,001
  • 122
  • 434
  • 781

1 Answers1

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