p

petals-bc-sql

A SQL component to process simple DB queries.
Files download
File Operation
petals-bc-sql-1.8.0.jar download
petals-bc-sql-1.8.0.pom download
petals-bc-sql-1.8.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.ow2.petals</groupId>
  <artifactId>petals-bc-sql</artifactId>
  <version>1.8.0</version>
  <type>jbi-component</type>
</dependency>
Gradle Groovy
implementation 'org.ow2.petals:petals-bc-sql:1.8.0'
Gradle Kotlin
implementation("org.ow2.petals:petals-bc-sql:1.8.0")
Scala SBT
libraryDependencies += "org.ow2.petals" % "petals-bc-sql" % "1.8.0"
Groovy Grape
@Grapes(
  @Grab(group='org.ow2.petals', module='petals-bc-sql', version='1.8.0')
)
Apache Ivy
<dependency org="org.ow2.petals" name="petals-bc-sql" rev="1.8.0" />
Leiningen
[org.ow2.petals/petals-bc-sql "1.8.0"]
Apache Buildr
'org.ow2.petals:petals-bc-sql:jar:1.8.0'