Last Version

Adapters for OSGi JDBC 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.jdbc
Version

Version

1.2.0
Type

Type

jar
Description

Description

Adapters for OSGi JDBC 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.

Download adapters.jdbc 1.2.0


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

Dependencies

provided (2)

Group / Artifact Type Version
org.osgi : osgi.core jar
org.osgi : org.osgi.service.jdbc jar

test (5)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-api jar
org.junit.jupiter : junit-jupiter-engine jar
org.hamcrest : hamcrest-library jar 1.3
org.mockito : mockito-core jar
no.priv.bang.osgi.service.adapters : service-mocks jar 1.2.0

Project Modules

There are no modules declared in this project.