License |
License |
---|---|
Categories |
CategoriesData |
GroupId | GroupIdno.priv.bang.osgiservice |
ArtifactId | ArtifactIdosgiservice.database |
Last Version | Last Version1.8.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionDatabase OSGi service
Components implementing this service encapsulates database connection/creation and Liquibase schema setup.
|
Filename | Size |
---|---|
osgiservice.database-1.8.0.pom | |
osgiservice.database-1.8.0.jar | 5 KB |
osgiservice.database-1.8.0-sources.jar | 3 KB |
osgiservice.database-1.8.0-javadoc.jar | 406 KB |
osgiservice.database-1.8.0-features.xml | 547 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/no.priv.bang.osgiservice/osgiservice.database/ -->
<dependency>
<groupId>no.priv.bang.osgiservice</groupId>
<artifactId>osgiservice.database</artifactId>
<version>1.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/no.priv.bang.osgiservice/osgiservice.database/
implementation 'no.priv.bang.osgiservice:osgiservice.database:1.8.0'
// https://jarcasting.com/artifacts/no.priv.bang.osgiservice/osgiservice.database/
implementation ("no.priv.bang.osgiservice:osgiservice.database:1.8.0")
'no.priv.bang.osgiservice:osgiservice.database:jar:1.8.0'
<dependency org="no.priv.bang.osgiservice" name="osgiservice.database" rev="1.8.0">
<artifact name="osgiservice.database" type="jar" />
</dependency>
@Grapes(
@Grab(group='no.priv.bang.osgiservice', module='osgiservice.database', version='1.8.0')
)
libraryDependencies += "no.priv.bang.osgiservice" % "osgiservice.database" % "1.8.0"
[no.priv.bang.osgiservice/osgiservice.database "1.8.0"]
Group / Artifact | Type | Version |
---|---|---|
org.osgi : org.osgi.service.jdbc | jar |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | |
org.junit.jupiter : junit-jupiter-engine | jar | |
org.junit.vintage : junit-vintage-engine | jar | |
org.junit.platform : junit-platform-launcher | jar | |
org.junit.platform : junit-platform-runner | jar | |
org.assertj : assertj-core | jar | |
org.mockito : mockito-core | jar | |
javax.xml.bind : jaxb-api | jar | 2.3.1 |