o

org.openl.rules.project.openapi

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