License |
License |
---|---|
Categories |
CategoriesData |
GroupId | GroupIdno.priv.bang.osgi.service |
ArtifactId | ArtifactIdosgi.service.database |
Version | Version1.0.0 |
Type | Typejar |
Description |
DescriptionDatabase OSGi service
Components implementing this service encapsulates database connection/creation and Liquibase schema setup.
|
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
org.osgi : org.osgi.service.jdbc | jar | 1.0.0 |
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 |