Added readme and gitignore for Java version

pull/26/head
Torbjørn Viem Ness 8 years ago
parent f4244b5912
commit a8393f1991

4
java/.gitignore vendored

@ -0,0 +1,4 @@
target/
*.iml
*.swp
*.swo

@ -0,0 +1,14 @@
QR Code generator library (Java version)
=======================================
Installation
------------
This project is available as a Maven dependency:
```xml
<dependency>
<groupId>com.github.nayuki</groupId>
<artifactId>qrcodegen</artifactId>
<version>1.0.0</version>
</dependency>
```
Loading…
Cancel
Save