MVN

org.kie.kogito.examples : hr

Maven & Gradle

Jul 27, 2022
238 stars

Kogito Example :: Onboarding Example :: HR with Drools · HR related rules for onboarding

<dependency>
    <groupId>org.kie.kogito.examples</groupId>
    <artifactId>hr</artifactId>
    <version>1.24.1.Final</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.kie.kogito.examples : hr to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.24.1.Final

All Versions

Choose a version of org.kie.kogito.examples : hr to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.25.x
hr-1.25.0.Final
1.24.x
hr-1.24.1.Final
hr-1.24.0.Final
1.23.x
hr-1.23.0.Final
1.22.x
hr-1.22.1.Final
hr-1.22.0.Final
1.21.x
hr-1.21.0.Final
1.20.x
hr-1.20.0.Final
1.19.x
hr-1.19.0.Final
1.18.x
hr-1.18.0.Final
1.17.x
hr-1.17.0.Final
1.16.x
hr-1.16.1.Final
hr-1.16.0.Final
1.15.x
hr-1.15.0.Final
1.14.x
hr-1.14.1.Final
hr-1.14.0.Final
1.13.x
hr-1.13.0.Final
1.12.x
hr-1.12.0.Final
1.11.x
hr-1.11.1.Final
hr-1.11.0.Final
1.10.x
hr-1.10.0.Final
1.9.x
hr-1.9.1.Final
hr-1.9.0.Final
1.8.x
hr-1.8.0.Final
1.7.x
hr-1.7.0.Final
1.6.x
hr-1.6.0.Final
1.5.x
hr-1.5.0.Final
1.4.x
hr-1.4.1.Final
hr-1.4.0.Final
1.3.x
hr-1.3.0.Final
1.2.x
hr-1.2.0.Final
1.1.x
hr-1.1.0.Final
1.0.x
hr-1.0.0.Final
0.17.x
hr-0.17.0
0.16.x
hr-0.16.0
0.15.x
hr-0.15.0
0.14.x
hr-0.14.0
0.13.x
hr-0.13.1
hr-0.13.0
0.12.x
hr-0.12.0
0.11.x
hr-0.11.1
hr-0.11.0
0.10.x
hr-0.10.1
hr-0.10.0
0.9.x
hr-0.9.1
hr-0.9.0
0.8.x
hr-0.8.1
hr-0.8.0
0.7.x
hr-0.7.1
hr-0.7.0
0.6.x
hr-0.6.1
hr-0.6.0
0.5.x
hr-0.5.1
0.4.x
hr-0.4.0
0.3.x
hr-0.3.0
0.2.x
hr-0.2.0
0.1.x
hr-0.1.3
hr-0.1.2
hr-0.1.1
hr-0.1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.kie.kogito.examples</groupId>
    <artifactId>hr</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 : hr gradle dependency to your build.gradle file:

implementation 'org.kie.kogito.examples:hr:1.24.1.Final'

Gradle Kotlin DSL: Add the following org.kie.kogito.examples : hr gradle kotlin dependency to your build.gradle.kts file:

implementation("org.kie.kogito.examples:hr:1.24.1.Final")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.kie.kogito.examples : hr sbt scala dependency to your build.sbt file:

libraryDependencies += "org.kie.kogito.examples" % "hr" % "1.24.1.Final"