Last Version

Adapters for OSGi services 1.2.0

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
Version

Version

1.2.0
Type

Type

pom
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 1.2.0


<!-- 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>
    <type>pom</type>
</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:pom:1.2.0'
<dependency org="no.priv.bang.osgi.service.adapters" name="adapters-parent" rev="1.2.0">
  <artifact name="adapters-parent" type="pom" />
</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