XApi - Core SuperPom

This is the main aggregator for all implementation code shared between modules. Each module contains one or more service interfaces, exposed statically using "X_" prefixed classes. Core modules will define their API interfaces, their static accessor, and often a "plain-jre" default implementations which can be replaced by injection override for performance or compatibility reasons. There must be zero external dependencies in any core modules. A low-performance, low-feature default which can be replaced with as much gold plating as you want is preferred over thick, dependency-ridden shared inherits.

Homepage POM file JAR file Javadoc
'net.wetheinter:xapi-core-parent:0.3'

Dependencies

Compile dependencies

Test dependencies