Created
August 6, 2019 07:10
-
-
Save thieunguyenhung/bac883f10be962b6c5a8a1692f67fd60 to your computer and use it in GitHub Desktop.
pom.xml file example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<dependencies> | |
<!-- https://mvnrepository.com/artifact/com.google.zxing/core --> | |
<dependency> | |
<groupId>com.google.zxing</groupId> | |
<artifactId>core</artifactId> | |
<version>3.4.0</version> | |
</dependency> | |
<!-- https://mvnrepository.com/artifact/org.jfree/jfreesvg --> | |
<dependency> | |
<groupId>org.jfree</groupId> | |
<artifactId>jfreesvg</artifactId> | |
<version>3.4</version> | |
</dependency> | |
<!-- https://mvnrepository.com/artifact/junit/junit --> | |
<dependency> | |
<groupId>junit</groupId> | |
<artifactId>junit</artifactId> | |
<version>4.12</version> | |
<scope>test</scope> | |
</dependency> | |
</dependencies> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment