Skip to content

Instantly share code, notes, and snippets.

@thieunguyenhung
Created August 6, 2019 07:10
Show Gist options
  • Save thieunguyenhung/bac883f10be962b6c5a8a1692f67fd60 to your computer and use it in GitHub Desktop.
Save thieunguyenhung/bac883f10be962b6c5a8a1692f67fd60 to your computer and use it in GitHub Desktop.
pom.xml file example
<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