Последняя версия

XApi - Core SuperPom 0.5

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.

Лицензия

Лицензия

Категории

Категории

Сеть
Группа

Группа

net.wetheinter
Идентификатор

Идентификатор

xapi-core-parent
Версия

Версия

0.5
Тип

Тип

jar
Описание

Описание

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.
Организация-разработчик

Организация-разработчик

The Internet Party

Скачать xapi-core-parent 0.5

Имя Файла Размер
xapi-core-parent-0.5.pom 3 KB
xapi-core-parent-0.5-tests.jar 2 KB
Обзор

<!-- https://jarcasting.com/artifacts/net.wetheinter/xapi-core-parent/ -->
<dependency>
    <groupId>net.wetheinter</groupId>
    <artifactId>xapi-core-parent</artifactId>
    <version>0.5</version>
</dependency>
// https://jarcasting.com/artifacts/net.wetheinter/xapi-core-parent/
implementation 'net.wetheinter:xapi-core-parent:0.5'
// https://jarcasting.com/artifacts/net.wetheinter/xapi-core-parent/
implementation ("net.wetheinter:xapi-core-parent:0.5")
'net.wetheinter:xapi-core-parent:jar:0.5'
<dependency org="net.wetheinter" name="xapi-core-parent" rev="0.5">
  <artifact name="xapi-core-parent" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.wetheinter', module='xapi-core-parent', version='0.5')
)
libraryDependencies += "net.wetheinter" % "xapi-core-parent" % "0.5"
[net.wetheinter/xapi-core-parent "0.5"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

  • api
  • log
  • reflect
  • inject
  • util
  • model
  • io
  • collect
  • process
  • args
  • ui
  • test