QR codes image generator in java (open source but no GPL)

前端 未结 3 1518
萌比男神i
萌比男神i 2020-12-12 18:31

I\'m seeking an open source QR codes image generator component in java (J2SE), but the open source licence mustn\'t be a GPL licence (needs to be included in a close source

3条回答
  •  伪装坚强ぢ
    2020-12-12 18:58

    ZXing is is an open-source, multi-format 1D/2D barcode image processing library implemented in Java. It is released under the The Apache License, so it allows use of the source code for the development of proprietary software as well as free and open source software.

提交回复
热议问题