MVN

org.apache.ode : ode-bpel-dao

Maven & Gradle

Mar 15, 2018
14 usages

ODE DAO Interfaces · ODE DAO Interfaces

<dependency>
    <groupId>org.apache.ode</groupId>
    <artifactId>ode-bpel-dao</artifactId>
    <version>1.3.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.ode : ode-bpel-dao to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.8

All Versions

Choose a version of org.apache.ode : ode-bpel-dao to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3.x
ode-bpel-dao-1.3.8
ode-bpel-dao-1.3.7
ode-bpel-dao-1.3.6
ode-bpel-dao-1.3.5
ode-bpel-dao-1.3.4
ode-bpel-dao-1.3.3
ode-bpel-dao-1.3.2
1.2
ode-bpel-dao-1.2
1.1.x
ode-bpel-dao-1.1.1
1.1
ode-bpel-dao-1.1

How to add a dependency to Maven

Add the following org.apache.ode : ode-bpel-dao maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.apache.ode</groupId>
    <artifactId>ode-bpel-dao</artifactId>
    <version>1.3.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.ode : ode-bpel-dao gradle dependency to your build.gradle file:

implementation 'org.apache.ode:ode-bpel-dao:1.3.8'

Gradle Kotlin DSL: Add the following org.apache.ode : ode-bpel-dao gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.ode:ode-bpel-dao:1.3.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.ode : ode-bpel-dao sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.ode" % "ode-bpel-dao" % "1.3.8"

Advertisement