Last Version

Adapter for OSGi log service 1.0.1

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

logservice
Version

Version

1.0.1
Type

Type

jar
Description

Description

Adapter for OSGi log service
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 logservice 1.0.1


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

Dependencies

provided (2)

Group / Artifact Type Version
org.osgi : org.osgi.core jar 6.0.0
org.osgi : org.osgi.service.log jar 1.3.0

test (4)

Group / Artifact Type Version
junit : junit jar 4.12
org.hamcrest : hamcrest-library jar 1.3
org.mockito : mockito-core jar 1.10.19
no.priv.bang.osgi.service.adapters : service-mocks jar 1.0.1

Project Modules

There are no modules declared in this project.