MVN

org.drools : spring-jbpm-osgi-example

Maven & Gradle

Mar 05, 2015

jBPM :: OSGi Example

<dependency>
    <groupId>org.drools</groupId>
    <artifactId>spring-jbpm-osgi-example</artifactId>
    <version>6.2.0.Final</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.drools : spring-jbpm-osgi-example to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 6.2.0.Final
  • Latest Beta: 6.2.0.Beta3

All Versions

Choose a version of org.drools : spring-jbpm-osgi-example to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
6.2.x
spring-jbpm-osgi-example-6.2.0.Final
spring-jbpm-osgi-example-6.2.0.CR4
spring-jbpm-osgi-example-6.2.0.CR3
spring-jbpm-osgi-example-6.2.0.CR2
spring-jbpm-osgi-example-6.2.0.CR1
spring-jbpm-osgi-example-6.2.0.Beta3
spring-jbpm-osgi-example-6.2.0.Beta2
spring-jbpm-osgi-example-6.2.0.Beta1
6.1.x
spring-jbpm-osgi-example-6.1.0.Final
spring-jbpm-osgi-example-6.1.0.CR2
spring-jbpm-osgi-example-6.1.0.CR1
spring-jbpm-osgi-example-6.1.0.Beta4
spring-jbpm-osgi-example-6.1.0.Beta3
spring-jbpm-osgi-example-6.1.0.Beta2
spring-jbpm-osgi-example-6.1.0.Beta1
6.0.x
spring-jbpm-osgi-example-6.0.1.Final
spring-jbpm-osgi-example-6.0.0.Final
spring-jbpm-osgi-example-6.0.0.CR5
spring-jbpm-osgi-example-6.0.0.CR4
spring-jbpm-osgi-example-6.0.0.CR4-Pre1
spring-jbpm-osgi-example-6.0.0.CR3
spring-jbpm-osgi-example-6.0.0.CR2
spring-jbpm-osgi-example-6.0.0.CR1

How to add a dependency to Maven

Add the following org.drools : spring-jbpm-osgi-example maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.drools</groupId>
    <artifactId>spring-jbpm-osgi-example</artifactId>
    <version>6.2.0.Final</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.drools : spring-jbpm-osgi-example gradle dependency to your build.gradle file:

implementation 'org.drools:spring-jbpm-osgi-example:6.2.0.Final'

Gradle Kotlin DSL: Add the following org.drools : spring-jbpm-osgi-example gradle kotlin dependency to your build.gradle.kts file:

implementation("org.drools:spring-jbpm-osgi-example:6.2.0.Final")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.drools : spring-jbpm-osgi-example sbt scala dependency to your build.sbt file:

libraryDependencies += "org.drools" % "spring-jbpm-osgi-example" % "6.2.0.Final"

Advertisement