jar

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.

Table Of Contents

Latest Version

Download net.wetheinter : xapi-core-parent JAR file - Latest Versions:

All Versions

Download net.wetheinter : xapi-core-parent JAR file - All Versions:

Version Vulnerabilities Size Updated
0.5
0.4
0.3

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window xapi-core-parent-0.5.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

Advertisement