License |
License |
---|---|
GroupId | GroupIdcom.squeakysand.osgi |
ArtifactId | ArtifactIdsqueakysand-osgi-jdbc |
Last Version | Last Version0.5.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncom.squeakysand.osgi - squeakysand-osgi-jdbc
Provides common JDBC functionality in an OSGI environment, in particular it defines an OSGI Service Factory for DataSource objects.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/com.squeakysand.osgi/squeakysand-osgi-jdbc/ -->
<dependency>
<groupId>com.squeakysand.osgi</groupId>
<artifactId>squeakysand-osgi-jdbc</artifactId>
<version>0.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.squeakysand.osgi/squeakysand-osgi-jdbc/
implementation 'com.squeakysand.osgi:squeakysand-osgi-jdbc:0.5.0'
// https://jarcasting.com/artifacts/com.squeakysand.osgi/squeakysand-osgi-jdbc/
implementation ("com.squeakysand.osgi:squeakysand-osgi-jdbc:0.5.0")
'com.squeakysand.osgi:squeakysand-osgi-jdbc:jar:0.5.0'
<dependency org="com.squeakysand.osgi" name="squeakysand-osgi-jdbc" rev="0.5.0">
<artifact name="squeakysand-osgi-jdbc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.squeakysand.osgi', module='squeakysand-osgi-jdbc', version='0.5.0')
)
libraryDependencies += "com.squeakysand.osgi" % "squeakysand-osgi-jdbc" % "0.5.0"
[com.squeakysand.osgi/squeakysand-osgi-jdbc "0.5.0"]
Group / Artifact | Type | Version |
---|---|---|
com.squeakysand.osgi : squeakysand-osgi | jar | 0.5.0 |
org.osgi : org.osgi.core | jar |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.5 |