MVN

no.priv.bang.osgi.service.adapters : adapters-parent

Maven & Gradle

May 28, 2022
2 stars

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.

<dependency>
    <groupId>no.priv.bang.osgi.service.adapters</groupId>
    <artifactId>adapters-parent</artifactId>
    <version>1.2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of no.priv.bang.osgi.service.adapters : adapters-parent to add to Maven - Latest Versions:

  • Latest Stable: 1.2.0

All Versions

Choose a version of no.priv.bang.osgi.service.adapters : adapters-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
1.2.x
adapters-parent-1.2.0
1.1.x
adapters-parent-1.1.4

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>no.priv.bang.osgi.service.adapters</groupId>
    <artifactId>adapters-parent</artifactId>
    <version>1.2.0</version>
</dependency>

Advertisement