A Java library for an enhanced workflow.
All modules currently target Java 8.
Custom collections-style utilities
Text replacements
The main library of Panther
Library for Pastebin and hastebin
./gradlew assemble shadowJarOutputs can then be found under <module>/build/libs/
with the filename <module>-<version>.jar. Files with
this pattern contain code for only their respective
assembly.
shadowJar prepares another archive for some modules
that includes all of that module's project-level
and/or external dependencies.
The classifier for this archive is either all or
bundled, dependent on whether the archive includes
only project dependencies (all) or may include both
project-level and external dependencies (bundled).