Last Version

Adapters build 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
Version

Version

1.2.0
Type

Type

jar
Description

Description

Adapters build
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.

Download adapters 1.2.0


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

  • service-mocks
  • adapters.logservice
  • adapters.jdbc
  • adapters.tests