License |
License |
---|---|
Categories |
CategoriesIDE Development Tools |
GroupId | GroupIdorg.apache.aries.tx-control |
ArtifactId | ArtifactIdtx-control-provider-jdbc-common |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionOSGi Transaction Control JDBC Resource Provider - Common Code
This jar contains a common code for building OSGi Transaction Control JDBCConnectionProvider
implementations. It is not complete and should not be deployed at runtime, instead it should
be repackaged inside a complete implementation.
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/org.apache.aries.tx-control/tx-control-provider-jdbc-common/ -->
<dependency>
<groupId>org.apache.aries.tx-control</groupId>
<artifactId>tx-control-provider-jdbc-common</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.aries.tx-control/tx-control-provider-jdbc-common/
implementation 'org.apache.aries.tx-control:tx-control-provider-jdbc-common:1.0.1'
// https://jarcasting.com/artifacts/org.apache.aries.tx-control/tx-control-provider-jdbc-common/
implementation ("org.apache.aries.tx-control:tx-control-provider-jdbc-common:1.0.1")
'org.apache.aries.tx-control:tx-control-provider-jdbc-common:jar:1.0.1'
<dependency org="org.apache.aries.tx-control" name="tx-control-provider-jdbc-common" rev="1.0.1">
<artifact name="tx-control-provider-jdbc-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.aries.tx-control', module='tx-control-provider-jdbc-common', version='1.0.1')
)
libraryDependencies += "org.apache.aries.tx-control" % "tx-control-provider-jdbc-common" % "1.0.1"
[org.apache.aries.tx-control/tx-control-provider-jdbc-common "1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.0 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.aries.tx-control : tx-control-provider-common | jar | 1.0.1 |
org.osgi : org.osgi.service.transaction.control | jar | 1.0.0 |
org.osgi : org.osgi.core | jar | 5.0.0 |
org.osgi : org.osgi.util.tracker | jar | 1.5.1 |
org.osgi : org.osgi.service.cm | jar | 1.5.0 |
org.osgi : org.osgi.service.jdbc | jar | 1.0.0 |
com.zaxxer : HikariCP | jar | 3.3.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
org.mockito : mockito-all | jar | 1.9.5 |