TeszCore

Utility project for easy SQL Database usage, logging and easy development

File Documentation: [Files]

Infos:

Developers: Mr_Tesz Github: [Github] License: [License]

Maven:

<!-- TeszCore -->                      
<dependency>
    <groupId>io.github.mrtesz</groupId>
    <artifactId>teszcore</artifactId>
    <version>2.0.0</version>
</dependency>

Dependencies:

  • io.github.mrtesz:ansi-impl for parsing paragraph codes in logger messages to ansi colors
  • org.yaml:snakeyaml for YamlConfig
  • org.jetbrains:annotations for transparent value annotation
  • org.apache.logging.log4j:log4j-core for logging
  • com.zaxxer:HikariCP for easy SQL conection pooling
  • org.mariadb.jdbc:mariadb-java-client for MariaDB support
  • org.xerial:sqlite-jdbc for Sqlite support
  • org.projectlombok:lombok for allowing clean source code via generated methods

Table of contents


Back to top

Copyright © 2026 Mr_Tesz. All rights reserved

This site uses Just the Docs, a documentation theme for Jekyll.