MVN

org.kie.kogito : integration-tests-quarkus-resteasy-classic

Maven & Gradle

Aug 15, 2023
446 stars

Kogito :: Integration Tests :: Quarkus :: RESTEasy Classic

<dependency>
    <groupId>org.kie.kogito</groupId>
    <artifactId>integration-tests-quarkus-resteasy-classic</artifactId>
    <version>1.43.0.Final</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.kie.kogito : integration-tests-quarkus-resteasy-classic to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.43.0.Final

All Versions

Choose a version of org.kie.kogito : integration-tests-quarkus-resteasy-classic to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.43.x
integration-tests-quarkus-resteasy-classic-1.43.0.Final
1.42.x
integration-tests-quarkus-resteasy-classic-1.42.0.Final
1.41.x
integration-tests-quarkus-resteasy-classic-1.41.0.Final
1.40.x
integration-tests-quarkus-resteasy-classic-1.40.1.Final
integration-tests-quarkus-resteasy-classic-1.40.0.Final
1.39.x
integration-tests-quarkus-resteasy-classic-1.39.0.Final
1.38.x
integration-tests-quarkus-resteasy-classic-1.38.0.Final
1.37.x
integration-tests-quarkus-resteasy-classic-1.37.0.Final
1.36.x
integration-tests-quarkus-resteasy-classic-1.36.1.Final
integration-tests-quarkus-resteasy-classic-1.36.0.Final
1.35.x
integration-tests-quarkus-resteasy-classic-1.35.0.Final
1.34.x
integration-tests-quarkus-resteasy-classic-1.34.0.Final
1.33.x
integration-tests-quarkus-resteasy-classic-1.33.0.Final
1.32.x
integration-tests-quarkus-resteasy-classic-1.32.0.Final
1.31.x
integration-tests-quarkus-resteasy-classic-1.31.1.Final
integration-tests-quarkus-resteasy-classic-1.31.0.Final
1.30.x
integration-tests-quarkus-resteasy-classic-1.30.0.Final
1.29.x
integration-tests-quarkus-resteasy-classic-1.29.0.Final
1.28.x
integration-tests-quarkus-resteasy-classic-1.28.0.Final
1.27.x
integration-tests-quarkus-resteasy-classic-1.27.0.Final
1.26.x
integration-tests-quarkus-resteasy-classic-1.26.0.Final
1.25.x
integration-tests-quarkus-resteasy-classic-1.25.0.Final
1.24.x
integration-tests-quarkus-resteasy-classic-1.24.1.Final
integration-tests-quarkus-resteasy-classic-1.24.0.Final
1.23.x
integration-tests-quarkus-resteasy-classic-1.23.0.Final
1.22.x
integration-tests-quarkus-resteasy-classic-1.22.1.Final
integration-tests-quarkus-resteasy-classic-1.22.0.Final
1.21.x
integration-tests-quarkus-resteasy-classic-1.21.0.Final
1.20.x
integration-tests-quarkus-resteasy-classic-1.20.0.Final
1.19.x
integration-tests-quarkus-resteasy-classic-1.19.0.Final
1.18.x
integration-tests-quarkus-resteasy-classic-1.18.0.Final
1.17.x
integration-tests-quarkus-resteasy-classic-1.17.0.Final
1.16.x
integration-tests-quarkus-resteasy-classic-1.16.1.Final
integration-tests-quarkus-resteasy-classic-1.16.0.Final

How to add a dependency to Maven

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

<dependency>
    <groupId>org.kie.kogito</groupId>
    <artifactId>integration-tests-quarkus-resteasy-classic</artifactId>
    <version>1.43.0.Final</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.kie.kogito : integration-tests-quarkus-resteasy-classic gradle dependency to your build.gradle file:

implementation 'org.kie.kogito:integration-tests-quarkus-resteasy-classic:1.43.0.Final'

Gradle Kotlin DSL: Add the following org.kie.kogito : integration-tests-quarkus-resteasy-classic gradle kotlin dependency to your build.gradle.kts file:

implementation("org.kie.kogito:integration-tests-quarkus-resteasy-classic:1.43.0.Final")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.kie.kogito : integration-tests-quarkus-resteasy-classic sbt scala dependency to your build.sbt file:

libraryDependencies += "org.kie.kogito" % "integration-tests-quarkus-resteasy-classic" % "1.43.0.Final"

Advertisement