o

org.openl.rules.project.openapi

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