MVN

org.chtijbug.drools : droolsjbpm-ide-common

Maven & Gradle

Dec 17, 2014
4 usages

Drools and jBPM IDE common · Common code between Guvnor and the Eclipse plugins

<dependency>
    <groupId>org.chtijbug.drools</groupId>
    <artifactId>droolsjbpm-ide-common</artifactId>
    <version>5.6.2.chtijbug</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.chtijbug.drools : droolsjbpm-ide-common to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.6.2.chtijbug

All Versions

Choose a version of org.chtijbug.drools : droolsjbpm-ide-common to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.6.x
droolsjbpm-ide-common-5.6.2.chtijbug

How to add a dependency to Maven

Add the following org.chtijbug.drools : droolsjbpm-ide-common maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.chtijbug.drools</groupId>
    <artifactId>droolsjbpm-ide-common</artifactId>
    <version>5.6.2.chtijbug</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.chtijbug.drools : droolsjbpm-ide-common gradle dependency to your build.gradle file:

implementation 'org.chtijbug.drools:droolsjbpm-ide-common:5.6.2.chtijbug'

Gradle Kotlin DSL: Add the following org.chtijbug.drools : droolsjbpm-ide-common gradle kotlin dependency to your build.gradle.kts file:

implementation("org.chtijbug.drools:droolsjbpm-ide-common:5.6.2.chtijbug")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.chtijbug.drools : droolsjbpm-ide-common sbt scala dependency to your build.sbt file:

libraryDependencies += "org.chtijbug.drools" % "droolsjbpm-ide-common" % "5.6.2.chtijbug"

Advertisement