Add colors

This commit is contained in:
Roman Zhuravlev 2023-10-21 15:55:08 +05:00
parent caee3c9080
commit efe106b178
13 changed files with 1022 additions and 2 deletions

View file

@ -10,6 +10,18 @@
<artifactId>misc</artifactId>
<dependencies>
<dependency>
<groupId>com.googlecode.json-simple</groupId>
<artifactId>json-simple</artifactId>
<version>1.1.1</version>
<scope>compile</scope>
<exclusions>
<exclusion>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>io</artifactId>