MVN

com.github.materna-se : jdec

Maven & Gradle

Aug 23, 2022
5 stars

jDEC · 🤔 Library that offers a unified interface to Drools and Java decisions

<dependency>
    <groupId>com.github.materna-se</groupId>
    <artifactId>jdec</artifactId>
    <version>2.9.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.materna-se : jdec to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.9.5

All Versions

Choose a version of com.github.materna-se : jdec to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.9.x
jdec-2.9.5
1.5.x
jdec-1.5.8
jdec-1.5.0
1.4.x
jdec-1.4.8
jdec-1.4.0
1.3.x
jdec-1.3.0
1.2.x
jdec-1.2.5
1.1.x
jdec-1.1.0

How to add a dependency to Maven

Add the following com.github.materna-se : jdec maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.materna-se</groupId>
    <artifactId>jdec</artifactId>
    <version>2.9.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.materna-se : jdec gradle dependency to your build.gradle file:

implementation 'com.github.materna-se:jdec:2.9.5'

Gradle Kotlin DSL: Add the following com.github.materna-se : jdec gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.materna-se:jdec:2.9.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.materna-se : jdec sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.materna-se" % "jdec" % "2.9.5"

Advertisement