MVN

org.kie.kogito : kogito-quarkus-integration-test-hot-reload

Maven & Gradle

Jun 04, 2021
444 stars

Kogito :: Quarkus Extension :: Integration Tests (Hot Reload)

<dependency>
    <groupId>org.kie.kogito</groupId>
    <artifactId>kogito-quarkus-integration-test-hot-reload</artifactId>
    <version>1.7.0.Final</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.kie.kogito : kogito-quarkus-integration-test-hot-reload to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.7.0.Final

All Versions

Choose a version of org.kie.kogito : kogito-quarkus-integration-test-hot-reload to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.7.x
kogito-quarkus-integration-test-hot-reload-1.7.0.Final
1.6.x
kogito-quarkus-integration-test-hot-reload-1.6.0.Final
1.5.x
kogito-quarkus-integration-test-hot-reload-1.5.0.Final
1.4.x
kogito-quarkus-integration-test-hot-reload-1.4.1.Final
kogito-quarkus-integration-test-hot-reload-1.4.0.Final
1.3.x
kogito-quarkus-integration-test-hot-reload-1.3.0.Final
1.2.x
kogito-quarkus-integration-test-hot-reload-1.2.0.Final
1.1.x
kogito-quarkus-integration-test-hot-reload-1.1.0.Final
1.0.x
kogito-quarkus-integration-test-hot-reload-1.0.0.Final
0.17.x
kogito-quarkus-integration-test-hot-reload-0.17.0
0.16.x
kogito-quarkus-integration-test-hot-reload-0.16.0
0.15.x
kogito-quarkus-integration-test-hot-reload-0.15.0
0.14.x
kogito-quarkus-integration-test-hot-reload-0.14.0
0.13.x
kogito-quarkus-integration-test-hot-reload-0.13.1
kogito-quarkus-integration-test-hot-reload-0.13.0
0.12.x
kogito-quarkus-integration-test-hot-reload-0.12.0
0.11.x
kogito-quarkus-integration-test-hot-reload-0.11.1
kogito-quarkus-integration-test-hot-reload-0.11.0
0.10.x
kogito-quarkus-integration-test-hot-reload-0.10.1
kogito-quarkus-integration-test-hot-reload-0.10.0

How to add a dependency to Maven

Add the following org.kie.kogito : kogito-quarkus-integration-test-hot-reload maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.kie.kogito</groupId>
    <artifactId>kogito-quarkus-integration-test-hot-reload</artifactId>
    <version>1.7.0.Final</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.kie.kogito : kogito-quarkus-integration-test-hot-reload gradle dependency to your build.gradle file:

implementation 'org.kie.kogito:kogito-quarkus-integration-test-hot-reload:1.7.0.Final'

Gradle Kotlin DSL: Add the following org.kie.kogito : kogito-quarkus-integration-test-hot-reload gradle kotlin dependency to your build.gradle.kts file:

implementation("org.kie.kogito:kogito-quarkus-integration-test-hot-reload:1.7.0.Final")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.kie.kogito : kogito-quarkus-integration-test-hot-reload sbt scala dependency to your build.sbt file:

libraryDependencies += "org.kie.kogito" % "kogito-quarkus-integration-test-hot-reload" % "1.7.0.Final"

Advertisement