o

org.openl.rules

The heart of OpenL
https://openl-tablets.org
OpenL Tablets
Files download
File Operation
org.openl.rules-5.26.17.jar download
org.openl.rules-5.26.17.pom download
org.openl.rules-5.26.17-sources.jar download
Apache Maven
<dependency>
  <groupId>org.openl.rules</groupId>
  <artifactId>org.openl.rules</artifactId>
  <version>5.26.17</version>
</dependency>
Gradle Groovy
implementation 'org.openl.rules:org.openl.rules:5.26.17'
Gradle Kotlin
implementation("org.openl.rules:org.openl.rules:5.26.17")
Scala SBT
libraryDependencies += "org.openl.rules" % "org.openl.rules" % "5.26.17"
Groovy Grape
@Grapes(
  @Grab(group='org.openl.rules', module='org.openl.rules', version='5.26.17')
)
Apache Ivy
<dependency org="org.openl.rules" name="org.openl.rules" rev="5.26.17" />
Leiningen
[org.openl.rules/org.openl.rules "5.26.17"]
Apache Buildr
'org.openl.rules:org.openl.rules:jar:5.26.17'