p

pax-jdbc-features

Pax Jdbc module creating a features xml file to deploy Pax Jdbc components as features in Apache Karaf. To use this feature enter the following in your Karaf shell - feature:repo-add mvn:org.ops4j.pax.jdbc/pax-jdbc-features/${project.version}/xml/features
Files download
File Operation
pax-jdbc-features-1.4.1.pom download
Apache Maven
<dependency>
  <groupId>org.ops4j.pax.jdbc</groupId>
  <artifactId>pax-jdbc-features</artifactId>
  <version>1.4.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.ops4j.pax.jdbc:pax-jdbc-features:1.4.1'
Gradle Kotlin
implementation("org.ops4j.pax.jdbc:pax-jdbc-features:1.4.1")
Scala SBT
libraryDependencies += "org.ops4j.pax.jdbc" % "pax-jdbc-features" % "1.4.1"
Groovy Grape
@Grapes(
  @Grab(group='org.ops4j.pax.jdbc', module='pax-jdbc-features', version='1.4.1')
)
Apache Ivy
<dependency org="org.ops4j.pax.jdbc" name="pax-jdbc-features" rev="1.4.1" />
Leiningen
[org.ops4j.pax.jdbc/pax-jdbc-features "1.4.1"]
Apache Buildr
'org.ops4j.pax.jdbc:pax-jdbc-features:jar:1.4.1'