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-0.4.0.pom download
Apache Maven
<dependency>
  <groupId>org.ops4j.pax.jdbc</groupId>
  <artifactId>pax-jdbc-features</artifactId>
  <version>0.4.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.ops4j.pax.jdbc:pax-jdbc-features:0.4.0'
Gradle Kotlin
implementation("org.ops4j.pax.jdbc:pax-jdbc-features:0.4.0")
Scala SBT
libraryDependencies += "org.ops4j.pax.jdbc" % "pax-jdbc-features" % "0.4.0"
Groovy Grape
@Grapes(
  @Grab(group='org.ops4j.pax.jdbc', module='pax-jdbc-features', version='0.4.0')
)
Apache Ivy
<dependency org="org.ops4j.pax.jdbc" name="pax-jdbc-features" rev="0.4.0" />
Leiningen
[org.ops4j.pax.jdbc/pax-jdbc-features "0.4.0"]
Apache Buildr
'org.ops4j.pax.jdbc:pax-jdbc-features:jar:0.4.0'