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.

License

License

GroupId

GroupId

no.priv.bang.osgi.service.adapters
ArtifactId

ArtifactId

adapters-parent
Last Version

Last Version

1.2.0
Release Date

Release Date

Type

Type

jar
Description

Description

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.
Project URL

Project URL

https://github.com/steinarb/adapters-for-osgi-services
Source Code Management

Source Code Management

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

Download adapters-parent

How to add to project

<!-- 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"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

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

Versions

Version
1.2.0
1.1.4