This library is the base for all the other Foundation libraries, although it is not much useful for other general purpose projects without the foundation-util library. But for some tools I worked on, not all the stuff that is contained in foundation-util was necessary or it was just to big, so I separated out some functionality into this library.
- Javadoc Reference
- Maven POM
<dependency> <groupId>org.tquadrat.library</groupId> <artifactId>org.tquadrat.foundation.base</artifactId> <version>0.1.0</version> </dependency>