MVN

org.ow2.bonita : bonita-perf

Maven & Gradle

Apr 27, 2010
1 usages

Bonita - Performance tests module

<dependency>
    <groupId>org.ow2.bonita</groupId>
    <artifactId>bonita-perf</artifactId>
    <version>5.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.ow2.bonita : bonita-perf to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.1.1
  • Latest Release Candidate: 5.0.RC1

All Versions

Choose a version of org.ow2.bonita : bonita-perf to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.1.x
bonita-perf-5.1.1
5.1
bonita-perf-5.1
5.0.x
bonita-perf-5.0.2
bonita-perf-5.0.1
bonita-perf-5.0.RC1
bonita-perf-5.0.M5
bonita-perf-5.0.M4
bonita-perf-5.0.preview
bonita-perf-5.0.M3
bonita-perf-5.0.M2
5.0
bonita-perf-5.0
4.1.x
bonita-perf-4.1.1
4.1
bonita-perf-4.1
4.0.x
bonita-perf-4.0.1
bonita-perf-4.0.RC3
4.0
bonita-perf-4.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.ow2.bonita</groupId>
    <artifactId>bonita-perf</artifactId>
    <version>5.1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.ow2.bonita : bonita-perf gradle dependency to your build.gradle file:

implementation 'org.ow2.bonita:bonita-perf:5.1.1'

Gradle Kotlin DSL: Add the following org.ow2.bonita : bonita-perf gradle kotlin dependency to your build.gradle.kts file:

implementation("org.ow2.bonita:bonita-perf:5.1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.ow2.bonita : bonita-perf sbt scala dependency to your build.sbt file:

libraryDependencies += "org.ow2.bonita" % "bonita-perf" % "5.1.1"