MVN

net.wetheinter : xapi-core-parent

Maven & Gradle

May 31, 2015

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 implementation which can be replaced by injection override. There must be zero external dependencies in any core modules. A low-performance, low-feature default is preferred over thick, dependency-ridden shared inherits.

<dependency>
    <groupId>net.wetheinter</groupId>
    <artifactId>xapi-core-parent</artifactId>
    <version>0.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.wetheinter : xapi-core-parent to add to Maven - Latest Versions:

  • Latest Stable: 0.5

All Versions

Choose a version of net.wetheinter : xapi-core-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
0.5
xapi-core-parent-0.5
0.4
xapi-core-parent-0.4
0.3
xapi-core-parent-0.3

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>net.wetheinter</groupId>
    <artifactId>xapi-core-parent</artifactId>
    <version>0.5</version>
</dependency>

Advertisement