Official website of Tadukooverse
Tadukoo Annotations is a collection of annotations and utilities for creating annotations easier.
Tadukoo Code Parsing is various libraries for parsing code.
Tadukoo Database is a collection of utilities used for interacting with databases.
Tadukoo Engine and Tadukoo Launcher go hand-in-hand. Tadukoo Engine is used as a base for programs made to run in the Tadukoo Launcher. By using the launcher/engine combo instead of having completely standalone programs, any libraries used by multiple programs only need to be stored once and loaded as needed. This saves memory on the host machine by not having a library duplicated within the actual program jars.
Tadukoo Launcher provides a list of programs that are installed or may be downloaded. Once a program is selected, the launcher will download it along with its required libraries. Then the libraries and program will be loaded into memory and launched.
Tadukoo Engine provides the proper interfaces that programs should use to allow the launcheer to connect to and load them. In addition, the engine and launcher come with standard libraries from Tadukoo Util by default so they don’t need to be downloaded separately later.
Tadukoo GitHub is a collection of libraries for interacting with GitHub’s web services.
Tadukoo JUnit is a collection of utilities for use in JUnit testing.
Tadukoo Maven is a collection of Maven poms and archetypes for Tadukooverse projects.
Tadukoo Parsing is a collection of libraries used for parsing various formats.
Tadukoo Util is meant as a collection of utility libraries for very common use. They can be used in conjunction with Tadukoo Engine/Launcher, or can be used separately in other programs if desired. This collection is not meant as a full smorgasbord of all libraries, but is just meant to include the most common libraries to be reused in most projects (e.g. common null-safe string/boolean checks, multimaps, throwing functional interfaces, etc.)
Tadukoo View is a collection of view utilities.
Tadukoo Web Services is a collection of libraries for interacting with web services.