Adapters for OSGi services

Java OSGi library bundles containing classes implementing OSGi service interfaces and intended for wrapping injected OSGi services. The idea is to avoid clutter from guarding against NullPointerReference exceptions in the code using the injected services.

Лицензия

Лицензия

Группа

Группа

no.priv.bang.osgi.service.adapters
Идентификатор

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

adapters-parent
Последняя версия

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

1.2.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

Adapters for OSGi services
Java OSGi library bundles containing classes implementing OSGi service interfaces and intended for wrapping injected OSGi services. The idea is to avoid clutter from guarding against NullPointerReference exceptions in the code using the injected services.
Ссылка на сайт

Ссылка на сайт

https://github.com/steinarb/adapters-for-osgi-services
Система контроля версий

Система контроля версий

https://github.com/steinarb/adapters-for-osgi-services.git

Скачать adapters-parent

Имя Файла Размер
adapters-parent-1.2.0.pom 8 KB
adapters-parent-1.2.0-javadoc.jar 497 KB
Обзор

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/no.priv.bang.osgi.service.adapters/adapters-parent/ -->
<dependency>
    <groupId>no.priv.bang.osgi.service.adapters</groupId>
    <artifactId>adapters-parent</artifactId>
    <version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/no.priv.bang.osgi.service.adapters/adapters-parent/
implementation 'no.priv.bang.osgi.service.adapters:adapters-parent:1.2.0'
// https://jarcasting.com/artifacts/no.priv.bang.osgi.service.adapters/adapters-parent/
implementation ("no.priv.bang.osgi.service.adapters:adapters-parent:1.2.0")
'no.priv.bang.osgi.service.adapters:adapters-parent:jar:1.2.0'
<dependency org="no.priv.bang.osgi.service.adapters" name="adapters-parent" rev="1.2.0">
  <artifact name="adapters-parent" type="jar" />
</dependency>
@Grapes(
@Grab(group='no.priv.bang.osgi.service.adapters', module='adapters-parent', version='1.2.0')
)
libraryDependencies += "no.priv.bang.osgi.service.adapters" % "adapters-parent" % "1.2.0"
[no.priv.bang.osgi.service.adapters/adapters-parent "1.2.0"]

Зависимости

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

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

  • adapters
  • jacoco-coverage-report
  • adapters-bom

Версии библиотеки

Версия
1.2.0
1.1.4