o

openl-tablets

OpenL Tablets rules engine and related frameworks
https://openl-tablets.org
GNU Lesser General Public License
OpenL Tablets
Stanislav Shor Yury Molchan Marat Kamalov Nail Samatov Vlad Pikus
Files download
File Operation
openl-tablets-5.27.3.pom download
Apache Maven
<dependency>
  <groupId>org.openl.rules</groupId>
  <artifactId>openl-tablets</artifactId>
  <version>5.27.3</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.openl.rules:openl-tablets:5.27.3'
Gradle Kotlin
implementation("org.openl.rules:openl-tablets:5.27.3")
Scala SBT
libraryDependencies += "org.openl.rules" % "openl-tablets" % "5.27.3"
Groovy Grape
@Grapes(
  @Grab(group='org.openl.rules', module='openl-tablets', version='5.27.3')
)
Apache Ivy
<dependency org="org.openl.rules" name="openl-tablets" rev="5.27.3" />
Leiningen
[org.openl.rules/openl-tablets "5.27.3"]
Apache Buildr
'org.openl.rules:openl-tablets:jar:5.27.3'