Skip to content

Commit

Permalink
add description of terasoluna-gfw-codepoints #508
Browse files Browse the repository at this point in the history
  • Loading branch information
bttanakagn committed Jul 29, 2016
1 parent 3a179ee commit 04b6301
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,12 @@ After adding above, add the following dependency definitions.
<artifactId>terasoluna-gfw-validator</artifactId>
</dependency>

<!-- OPTIONAL -->
<dependency>
<groupId>org.terasoluna.gfw</groupId>
<artifactId>terasoluna-gfw-codepoints</artifactId>
</dependency>

<!-- OPTIONAL -->
<dependency>
<groupId>org.terasoluna.gfw.codepoints</groupId>
Expand Down Expand Up @@ -192,6 +198,13 @@ Add the following dependency definitions.
<version>5.1.0.RELEASE</version>
</dependency>

<!-- OPTIONAL -->
<dependency>
<groupId>org.terasoluna.gfw</groupId>
<artifactId>terasoluna-gfw-codepoints</artifactId>
<version>5.1.0.RELEASE</version>
</dependency>

<!-- OPTIONAL -->
<dependency>
<groupId>org.terasoluna.gfw.codepoints</groupId>
Expand Down

0 comments on commit 04b6301

Please sign in to comment.