Implement a nicer text renderer.
This commit is contained in:
parent
483e00d964
commit
0a27870fb8
7 changed files with 302 additions and 125 deletions
5
pom.xml
5
pom.xml
|
|
@ -25,5 +25,10 @@
|
|||
<groupId>io.vavr</groupId>
|
||||
<artifactId>vavr</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.junit.jupiter</groupId>
|
||||
<artifactId>junit-jupiter-api</artifactId>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</project>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue