MVN

org.drools : drools-repository

Maven & Gradle

3 usages

Drools :: Repository

<dependency>
    <groupId>org.drools</groupId>
    <artifactId>drools-repository</artifactId>
    <version>5.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 5.1.1

All Versions

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

Version Vulnerabilities Updated
5.1.x
drools-repository-5.1.1
drools-repository-5.1.0
drools-repository-5.1.0.CR1
drools-repository-5.1.0.M2
drools-repository-5.1.0.M1
5.0.x
drools-repository-5.0.1
drools-repository-5.0.0.CR1
drools-repository-5.0.0.M5
drools-repository-5.0.0.M4
drools-repository-5.0.0.M3

How to add a dependency to Maven

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

<dependency>
    <groupId>org.drools</groupId>
    <artifactId>drools-repository</artifactId>
    <version>5.1.1</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.drools:drools-repository:5.1.1'

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

implementation("org.drools:drools-repository:5.1.1")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.drools" % "drools-repository" % "5.1.1"

Advertisement