License |
License |
---|---|
GroupId | GroupIdno.priv.bang.osgi.service.adapters |
ArtifactId | ArtifactIdadapters-parent |
Last Version | Last Version1.2.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionAdapters 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 |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
adapters-parent-1.2.0.pom | 8 KB |
adapters-parent-1.2.0-javadoc.jar | 497 KB |
Browse |
<!-- 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"]