Group: com.g2forge.alexandria - All Dependencies
Alexandria Test · Dependencies, libraries and helpers for unit testing.
Alexandria Collection · Extended collection API, which will evolve to encompass all ADTs.
Alexandria Reflection · Generic type safe reflection library, which adds significant usability over the standard Java runtime.
Alexandria Log · Logging implementation and associated helper code.
Alexandria Wizard · Library for building command line and GUI wizards.
Alexandria Command · Library for command line programming.
Alexandria Service · Common library for service (SPI) loading.
Alexandria Analysis · Java reflection and bytecode analysis toolkit, usable for all kinds of introspection and analysis of running code.
Alexandria Memory Filesystem · An in-memory NIO2 compatible file system.
Alexandria Java · Standard Java library and the basis of the ${alexandria.name} project.
Alexandria Metadata · A library for accessing program metadata, abstracted from basic Java annotations.
Alexandria Filesystem · A library for creating file systems.
Alexandria Type · A library for encapsulating and manipulating types, including Java types. Not to be confused with a library for reflection, as ax-type allows for the manipulation of Java types which are not loaded into the current VM and perhaps do not exist anywhere.
Alexandria Record · Common library for creating, manipulating and reflecting over record and record-like abstractions.
Alexandria Annotations · A general set of developer-relevant annotations and a processor for them. Includes annotations like TODO and Hack to mark relevant code.
Alexandria Finite State Machine · A library for specifying, creating and interacting with abstract finite state machines.
Alexandria Filesystem Test · A library for unit testing file systems.
Alexandria Parsing · Extended, type safe APIs for parsing text and regexs.
Alexandria Root · Parent project for the critical base code for Alexandria. Generally one would us "ax-project" instead.
Alexandria Project · Parent project for most of the code in Alexandria. Note that while g2forge repositories always have a "xx-project", Alexandria also has "ax-root" due to the need to avoid circular dependencies of this base library.
Alexandria Expression · A library for expressions and their evaluation. Includes a basic implementation for math.