MVN

org.drools : drools-introduction-docs

Maven & Gradle

Apr 21, 2011
3 usages

Drools and jBPM introduction documentation · Introduction documentation for Drools, jBPM and Guvnor.

<dependency>
    <groupId>org.drools</groupId>
    <artifactId>drools-introduction-docs</artifactId>
    <version>5.2.0.M2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.drools : drools-introduction-docs to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.2.0.M2

All Versions

Choose a version of org.drools : drools-introduction-docs to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.2.x
drools-introduction-docs-5.2.0.M2

How to add a dependency to Maven

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

<dependency>
    <groupId>org.drools</groupId>
    <artifactId>drools-introduction-docs</artifactId>
    <version>5.2.0.M2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.drools : drools-introduction-docs gradle dependency to your build.gradle file:

implementation 'org.drools:drools-introduction-docs:5.2.0.M2'

Gradle Kotlin DSL: Add the following org.drools : drools-introduction-docs gradle kotlin dependency to your build.gradle.kts file:

implementation("org.drools:drools-introduction-docs:5.2.0.M2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.drools : drools-introduction-docs sbt scala dependency to your build.sbt file:

libraryDependencies += "org.drools" % "drools-introduction-docs" % "5.2.0.M2"

Advertisement