MVN

org.ow2.petals : petals-bc-sql

Maven & Gradle

Apr 11, 2023
9 usages

Petals ESB - Components - BC Sql · A SQL component to process simple DB queries.

<dependency>
    <groupId>org.ow2.petals</groupId>
    <artifactId>petals-bc-sql</artifactId>
    <version>1.8.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.ow2.petals : petals-bc-sql to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.8.0

All Versions

Choose a version of org.ow2.petals : petals-bc-sql to add to Maven or Gradle - All Versions:

  • Version Updated
  • petals-bc-sql-1.8.0

    Apr 11, 2023
  • petals-bc-sql-1.7.2

    Sep 16, 2021
  • petals-bc-sql-1.7.1

    Nov 02, 2020
  • petals-bc-sql-1.7.0

    Jul 25, 2018
  • petals-bc-sql-1.6.4

    Feb 15, 2018
  • petals-bc-sql-1.6.3

    Jan 04, 2018
  • petals-bc-sql-1.6.2

    Sep 20, 2016
  • petals-bc-sql-1.6.1

    May 19, 2016
  • petals-bc-sql-1.6.0

    Sep 29, 2015
  • petals-bc-sql-1.5.3

    May 21, 2015
  • petals-bc-sql-1.5.2

    Aug 25, 2014
  • petals-bc-sql-1.5.1

    Jul 30, 2014
  • petals-bc-sql-1.5.0

    Sep 23, 2013
  • petals-bc-sql-1.2.1

    Dec 22, 2010
  • petals-bc-sql-1.2

    Nov 03, 2010
  • petals-bc-sql-1.1.1

    Mar 01, 2010
  • petals-bc-sql-1.1

    Jan 19, 2010
  • petals-bc-sql-1.0

    Nov 20, 2009

How to add a dependency to Maven

Add the following org.ow2.petals : petals-bc-sql maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.ow2.petals</groupId>
    <artifactId>petals-bc-sql</artifactId>
    <version>1.8.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.ow2.petals : petals-bc-sql gradle dependency to your build.gradle file:

implementation 'org.ow2.petals:petals-bc-sql:1.8.0'

Gradle Kotlin DSL: Add the following org.ow2.petals : petals-bc-sql gradle kotlin dependency to your build.gradle.kts file:

implementation("org.ow2.petals:petals-bc-sql:1.8.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.ow2.petals : petals-bc-sql sbt scala dependency to your build.sbt file:

libraryDependencies += "org.ow2.petals" % "petals-bc-sql" % "1.8.0"