MVN

org.kie.kogito.examples : rules-legacy-springboot-example

Maven & Gradle

Jul 27, 2022
238 stars

Kogito Example :: Rules Legacy API - Spring Boot

<dependency>
    <groupId>org.kie.kogito.examples</groupId>
    <artifactId>rules-legacy-springboot-example</artifactId>
    <version>1.24.1.Final</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.kie.kogito.examples : rules-legacy-springboot-example to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.24.1.Final

All Versions

Choose a version of org.kie.kogito.examples : rules-legacy-springboot-example to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.25.x
rules-legacy-springboot-example-1.25.0.Final
1.24.x
rules-legacy-springboot-example-1.24.1.Final
rules-legacy-springboot-example-1.24.0.Final
1.23.x
rules-legacy-springboot-example-1.23.0.Final
1.22.x
rules-legacy-springboot-example-1.22.1.Final
rules-legacy-springboot-example-1.22.0.Final
1.21.x
rules-legacy-springboot-example-1.21.0.Final
1.20.x
rules-legacy-springboot-example-1.20.0.Final
1.19.x
rules-legacy-springboot-example-1.19.0.Final
1.18.x
rules-legacy-springboot-example-1.18.0.Final
1.17.x
rules-legacy-springboot-example-1.17.0.Final
1.16.x
rules-legacy-springboot-example-1.16.1.Final
rules-legacy-springboot-example-1.16.0.Final
1.15.x
rules-legacy-springboot-example-1.15.0.Final
1.14.x
rules-legacy-springboot-example-1.14.1.Final
rules-legacy-springboot-example-1.14.0.Final
1.13.x
rules-legacy-springboot-example-1.13.0.Final
1.12.x
rules-legacy-springboot-example-1.12.0.Final
1.11.x
rules-legacy-springboot-example-1.11.1.Final
rules-legacy-springboot-example-1.11.0.Final
1.10.x
rules-legacy-springboot-example-1.10.0.Final
1.9.x
rules-legacy-springboot-example-1.9.1.Final
rules-legacy-springboot-example-1.9.0.Final

How to add a dependency to Maven

Add the following org.kie.kogito.examples : rules-legacy-springboot-example maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.kie.kogito.examples</groupId>
    <artifactId>rules-legacy-springboot-example</artifactId>
    <version>1.24.1.Final</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.kie.kogito.examples : rules-legacy-springboot-example gradle dependency to your build.gradle file:

implementation 'org.kie.kogito.examples:rules-legacy-springboot-example:1.24.1.Final'

Gradle Kotlin DSL: Add the following org.kie.kogito.examples : rules-legacy-springboot-example gradle kotlin dependency to your build.gradle.kts file:

implementation("org.kie.kogito.examples:rules-legacy-springboot-example:1.24.1.Final")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.kie.kogito.examples : rules-legacy-springboot-example sbt scala dependency to your build.sbt file:

libraryDependencies += "org.kie.kogito.examples" % "rules-legacy-springboot-example" % "1.24.1.Final"