o

org.openl.rules.project.openapi

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