MVN

org.drools : drlx-parser

Maven & Gradle

Mar 04, 2019
4 usages

DRLX compiler

<dependency>
    <groupId>org.drools</groupId>
    <artifactId>drlx-parser</artifactId>
    <version>7.18.0.Final</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 7.18.0.Final

All Versions

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

Version Vulnerabilities Updated
7.18.x
drlx-parser-7.18.0.Final
7.17.x
drlx-parser-7.17.0.Final
7.16.x
drlx-parser-7.16.0.Final
7.15.x
drlx-parser-7.15.0.Final
7.14.x
drlx-parser-7.14.0.Final
7.13.x
drlx-parser-7.13.0.Final
7.12.x
drlx-parser-7.12.0.Final
7.11.x
drlx-parser-7.11.0.Final
7.10.x
drlx-parser-7.10.0.Final
7.9.x
drlx-parser-7.9.0.Final
7.8.x
drlx-parser-7.8.0.Final
7.7.x
drlx-parser-7.7.0.Final
7.6.x
drlx-parser-7.6.0.Final
drlx-parser-7.6.0.t022

How to add a dependency to Maven

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

<dependency>
    <groupId>org.drools</groupId>
    <artifactId>drlx-parser</artifactId>
    <version>7.18.0.Final</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.drools:drlx-parser:7.18.0.Final'

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

implementation("org.drools:drlx-parser:7.18.0.Final")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.drools" % "drlx-parser" % "7.18.0.Final"