JDOM is a Java-oriented object model which models XML documents. It provides a Java-centric means of generating and manipulating XML documents. While JDOM inter-operates well with existing standards s ...
Continue ReadingMarch 08, 2024
JDOM is, quite simply, a Java representation of an XML document. JDOM provides a way to represent that document for easy and efficient reading, manipulation, and writing. It has a straightforward API, ...
Continue ReadingMarch 08, 2024
jsoup is a Java library for working with real-world HTML. It provides a very convenient API for fetching URLs and extracting and manipulating data, usin g the best of HTML5 DOM methods and CSS selecto ...
Continue ReadingMarch 08, 2024
LibLayout is a layouting framework. It is based on the Cascading StyleSheets standard. The layouting expects to receive its content as a DOM structure (although it does not rely on the W3C-DOM...Read ...
Continue ReadingMarch 08, 2024
Libvirt-java is a base framework allowing to use libvirt, the virtualization API though the Java programming language. It requires libvirt-client >=3D...Read More ...
Continue ReadingMarch 08, 2024
An API to either install or deploy artifacts with Maven...Read More ...
Continue ReadingMarch 08, 2024
API for I/O support like logging, download or file...Read More ...
Continue ReadingMarch 08, 2024
This project aims to be a functional replacement for plexus-utils in Maven. It is not a 100% API compatible replacement though but a replacement with improvements: lots of methods got cleaned up, gen ...
Continue ReadingMarch 08, 2024
Back to Main