Merge pull request #7110 from isaolmez/BAEL-2981

BAEL-2981: Added code samples for Handlebars.java
This commit is contained in:
rpvilao
2019-06-29 18:56:21 +02:00
committed by GitHub
20 changed files with 437 additions and 0 deletions
+6
View File
@@ -124,6 +124,12 @@
<version>${crawler4j.version}</version>
</dependency>
<dependency>
<groupId>com.github.jknack</groupId>
<artifactId>handlebars</artifactId>
<version>4.1.2</version>
</dependency>
<!-- Benchmarking -->
<dependency>
<groupId>org.openjdk.jmh</groupId>