MVN

org.chtijbug.drools : kie-drools-framework-rest-backend

Maven & Gradle

Jul 04, 2017
2 usages

kie drools Framework - REST Backend · kie drools Framework - REST Backend

<dependency>
    <groupId>org.chtijbug.drools</groupId>
    <artifactId>kie-drools-framework-rest-backend</artifactId>
    <version>2.0.10</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.chtijbug.drools : kie-drools-framework-rest-backend to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.10

All Versions

Choose a version of org.chtijbug.drools : kie-drools-framework-rest-backend to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
kie-drools-framework-rest-backend-2.0.10
kie-drools-framework-rest-backend-2.0.9
kie-drools-framework-rest-backend-2.0.8
kie-drools-framework-rest-backend-2.0.7
kie-drools-framework-rest-backend-2.0.6
kie-drools-framework-rest-backend-2.0.5
kie-drools-framework-rest-backend-2.0.4
kie-drools-framework-rest-backend-2.0.3
kie-drools-framework-rest-backend-2.0.2
kie-drools-framework-rest-backend-2.0.1
kie-drools-framework-rest-backend-2.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.chtijbug.drools</groupId>
    <artifactId>kie-drools-framework-rest-backend</artifactId>
    <version>2.0.10</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.chtijbug.drools : kie-drools-framework-rest-backend gradle dependency to your build.gradle file:

implementation 'org.chtijbug.drools:kie-drools-framework-rest-backend:2.0.10'

Gradle Kotlin DSL: Add the following org.chtijbug.drools : kie-drools-framework-rest-backend gradle kotlin dependency to your build.gradle.kts file:

implementation("org.chtijbug.drools:kie-drools-framework-rest-backend:2.0.10")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.chtijbug.drools : kie-drools-framework-rest-backend sbt scala dependency to your build.sbt file:

libraryDependencies += "org.chtijbug.drools" % "kie-drools-framework-rest-backend" % "2.0.10"