MVN

org.openl.rules : org.openl.rules.ruleservice.eclipse.feature

Maven & Gradle

Jan 16, 2016
2 usages

OpenL - RuleService - Eclipse Feature · OpenL RuleService feature for Eclipse

<dependency>
    <groupId>org.openl.rules</groupId>
    <artifactId>org.openl.rules.ruleservice.eclipse.feature</artifactId>
    <version>5.11.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.openl.rules : org.openl.rules.ruleservice.eclipse.feature to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.11.7

All Versions

Choose a version of org.openl.rules : org.openl.rules.ruleservice.eclipse.feature to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.11.x
org.openl.rules.ruleservice.eclipse.feature-5.11.7
org.openl.rules.ruleservice.eclipse.feature-5.11.6
org.openl.rules.ruleservice.eclipse.feature-5.11.5
org.openl.rules.ruleservice.eclipse.feature-5.11.4
org.openl.rules.ruleservice.eclipse.feature-5.11.3
org.openl.rules.ruleservice.eclipse.feature-5.11.2
org.openl.rules.ruleservice.eclipse.feature-5.11.1
org.openl.rules.ruleservice.eclipse.feature-5.11.0
5.10.x
org.openl.rules.ruleservice.eclipse.feature-5.10.4
org.openl.rules.ruleservice.eclipse.feature-5.10.3
org.openl.rules.ruleservice.eclipse.feature-5.10.2
org.openl.rules.ruleservice.eclipse.feature-5.10.1
org.openl.rules.ruleservice.eclipse.feature-5.10.0
5.9.x
org.openl.rules.ruleservice.eclipse.feature-5.9.4.1
org.openl.rules.ruleservice.eclipse.feature-5.9.3.4
org.openl.rules.ruleservice.eclipse.feature-5.9.3.3
org.openl.rules.ruleservice.eclipse.feature-5.9.3.2
org.openl.rules.ruleservice.eclipse.feature-5.9.3.1
org.openl.rules.ruleservice.eclipse.feature-5.9.3
org.openl.rules.ruleservice.eclipse.feature-5.9.1.3
org.openl.rules.ruleservice.eclipse.feature-5.9.1.2
org.openl.rules.ruleservice.eclipse.feature-5.9.1.1
org.openl.rules.ruleservice.eclipse.feature-5.9.1
org.openl.rules.ruleservice.eclipse.feature-5.9.0
5.8.x
org.openl.rules.ruleservice.eclipse.feature-5.8.1
org.openl.rules.ruleservice.eclipse.feature-5.8.0
5.7.x
org.openl.rules.ruleservice.eclipse.feature-5.7.5
org.openl.rules.ruleservice.eclipse.feature-5.7.4
org.openl.rules.ruleservice.eclipse.feature-5.7.3
org.openl.rules.ruleservice.eclipse.feature-5.7.2
org.openl.rules.ruleservice.eclipse.feature-5.7.1.2
org.openl.rules.ruleservice.eclipse.feature-5.7.1.1
org.openl.rules.ruleservice.eclipse.feature-5.7.1
org.openl.rules.ruleservice.eclipse.feature-5.7.0

How to add a dependency to Maven

Add the following org.openl.rules : org.openl.rules.ruleservice.eclipse.feature maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.openl.rules</groupId>
    <artifactId>org.openl.rules.ruleservice.eclipse.feature</artifactId>
    <version>5.11.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.openl.rules : org.openl.rules.ruleservice.eclipse.feature gradle dependency to your build.gradle file:

implementation 'org.openl.rules:org.openl.rules.ruleservice.eclipse.feature:5.11.7'

Gradle Kotlin DSL: Add the following org.openl.rules : org.openl.rules.ruleservice.eclipse.feature gradle kotlin dependency to your build.gradle.kts file:

implementation("org.openl.rules:org.openl.rules.ruleservice.eclipse.feature:5.11.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.openl.rules : org.openl.rules.ruleservice.eclipse.feature sbt scala dependency to your build.sbt file:

libraryDependencies += "org.openl.rules" % "org.openl.rules.ruleservice.eclipse.feature" % "5.11.7"

Advertisement