MVN

org.kie : efesto-dependencies

Maven & Gradle

5.2k stars

KIE :: Efesto :: Dependencies · Declare this artifact as "pom" dependency to import all default efesto modules.

<dependency>
    <groupId>org.kie</groupId>
    <artifactId>efesto-dependencies</artifactId>
    <version>8.43.0.Final</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.kie : efesto-dependencies to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 8.43.0.Final
  • Latest Beta: 8.28.0.Beta
  • Latest Alpha: 9.43.0.Alpha

All Versions

Choose a version of org.kie : efesto-dependencies to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
9.43.x
efesto-dependencies-9.43.0.Alpha
9.42.x
efesto-dependencies-9.42.0.Alpha
8.43.x
efesto-dependencies-8.43.0.Final
8.42.x
efesto-dependencies-8.42.0.Final
8.41.x
efesto-dependencies-8.41.0.Final
8.40.x
efesto-dependencies-8.40.0.Final
8.39.x
efesto-dependencies-8.39.0.Final
8.38.x
efesto-dependencies-8.38.0.Final
8.37.x
efesto-dependencies-8.37.0.Final
8.36.x
efesto-dependencies-8.36.0.Final
8.35.x
efesto-dependencies-8.35.0.Final
8.34.x
efesto-dependencies-8.34.0.Final
8.33.x
efesto-dependencies-8.33.0.Final
8.32.x
efesto-dependencies-8.32.0.Final
8.31.x
efesto-dependencies-8.31.1.Final
efesto-dependencies-8.31.0.Final
8.30.x
efesto-dependencies-8.30.0.Final
8.29.x
efesto-dependencies-8.29.0.Final
8.28.x
efesto-dependencies-8.28.0.Beta
8.27.x
efesto-dependencies-8.27.0.Beta

How to add a dependency to Maven

Add the following org.kie : efesto-dependencies maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.kie</groupId>
    <artifactId>efesto-dependencies</artifactId>
    <version>8.43.0.Final</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.kie : efesto-dependencies gradle dependency to your build.gradle file:

implementation 'org.kie:efesto-dependencies:8.43.0.Final'

Gradle Kotlin DSL: Add the following org.kie : efesto-dependencies gradle kotlin dependency to your build.gradle.kts file:

implementation("org.kie:efesto-dependencies:8.43.0.Final")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.kie : efesto-dependencies sbt scala dependency to your build.sbt file:

libraryDependencies += "org.kie" % "efesto-dependencies" % "8.43.0.Final"