j

jdec

🤔 Library that offers a unified interface to Drools and Java decisions
https://github.com/materna-se/jdec
Apache License 2.0
Jonas Tamimi
Files download
File Operation
jdec-2.9.15.jar download
jdec-2.9.15.pom download
jdec-2.9.15-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.materna-se</groupId>
  <artifactId>jdec</artifactId>
  <version>2.9.15</version>
</dependency>
Gradle Groovy
implementation 'com.github.materna-se:jdec:2.9.15'
Gradle Kotlin
implementation("com.github.materna-se:jdec:2.9.15")
Scala SBT
libraryDependencies += "com.github.materna-se" % "jdec" % "2.9.15"
Groovy Grape
@Grapes(
  @Grab(group='com.github.materna-se', module='jdec', version='2.9.15')
)
Apache Ivy
<dependency org="com.github.materna-se" name="jdec" rev="2.9.15" />
Leiningen
[com.github.materna-se/jdec "2.9.15"]
Apache Buildr
'com.github.materna-se:jdec:jar:2.9.15'