o

org.openl.commons

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