o

org.openl.rules.dev-pom

OpenL Tablets rules engine and related frameworks
http://openl-tablets.sf.net/
Files download
File Operation
org.openl.rules.dev-pom-5.11.1.pom download
Apache Maven
<dependency>
  <groupId>org.openl.rules</groupId>
  <artifactId>org.openl.rules.dev-pom</artifactId>
  <version>5.11.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.openl.rules:org.openl.rules.dev-pom:5.11.1'
Gradle Kotlin
implementation("org.openl.rules:org.openl.rules.dev-pom:5.11.1")
Scala SBT
libraryDependencies += "org.openl.rules" % "org.openl.rules.dev-pom" % "5.11.1"
Groovy Grape
@Grapes(
  @Grab(group='org.openl.rules', module='org.openl.rules.dev-pom', version='5.11.1')
)
Apache Ivy
<dependency org="org.openl.rules" name="org.openl.rules.dev-pom" rev="5.11.1" />
Leiningen
[org.openl.rules/org.openl.rules.dev-pom "5.11.1"]
Apache Buildr
'org.openl.rules:org.openl.rules.dev-pom:jar:5.11.1'