Last Version

Database OSGi service 1.0.0

Components implementing this service encapsulates database connection/creation and Liquibase schema setup.

License

License

Categories

Categories

Data
GroupId

GroupId

no.priv.bang.osgi.service
ArtifactId

ArtifactId

osgi.service.database
Version

Version

1.0.0
Type

Type

jar
Description

Description

Database OSGi service
Components implementing this service encapsulates database connection/creation and Liquibase schema setup.

Download osgi.service.database 1.0.0


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

Dependencies

provided (1)

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

test (7)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-api jar 5.1.0
org.junit.jupiter : junit-jupiter-engine jar 5.1.0
org.junit.vintage : junit-vintage-engine jar 5.1.0
org.junit.platform : junit-platform-launcher jar 1.1.0
org.junit.platform : junit-platform-runner jar 1.1.0
org.assertj : assertj-core jar 3.9.0
org.mockito : mockito-core jar 1.10.19

Project Modules

There are no modules declared in this project.