MVN

cn.ruleengine : rule-engine-client

Maven & Gradle

Aug 04, 2023

rule-engine-client · 业务逻辑实现不再依赖于代码开发,可零代码实现复杂业务逻辑

<dependency>
    <groupId>cn.ruleengine</groupId>
    <artifactId>rule-engine-client</artifactId>
    <version>2.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cn.ruleengine : rule-engine-client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.4

All Versions

Choose a version of cn.ruleengine : rule-engine-client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.4
rule-engine-client-2.4
2.3
rule-engine-client-2.3
2.0
rule-engine-client-2.0
1.8
rule-engine-client-1.8
1.7
rule-engine-client-1.7
1.6
rule-engine-client-1.6
1.5
rule-engine-client-1.5
1.4
rule-engine-client-1.4
1.3
rule-engine-client-1.3
1.2
rule-engine-client-1.2

How to add a dependency to Maven

Add the following cn.ruleengine : rule-engine-client maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cn.ruleengine</groupId>
    <artifactId>rule-engine-client</artifactId>
    <version>2.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cn.ruleengine : rule-engine-client gradle dependency to your build.gradle file:

implementation 'cn.ruleengine:rule-engine-client:2.4'

Gradle Kotlin DSL: Add the following cn.ruleengine : rule-engine-client gradle kotlin dependency to your build.gradle.kts file:

implementation("cn.ruleengine:rule-engine-client:2.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following cn.ruleengine : rule-engine-client sbt scala dependency to your build.sbt file:

libraryDependencies += "cn.ruleengine" % "rule-engine-client" % "2.4"

Advertisement