MVN

com.hazelcast : quarkus-hazelcast-client-integration-tests

Maven & Gradle

Apr 13, 2023

Quarkus Hazelcast Client - Integration Tests

<dependency>
    <groupId>com.hazelcast</groupId>
    <artifactId>quarkus-hazelcast-client-integration-tests</artifactId>
    <version>4.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.hazelcast : quarkus-hazelcast-client-integration-tests to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.0.0
  • Latest Release Candidate: 1.0.0-RC5

All Versions

Choose a version of com.hazelcast : quarkus-hazelcast-client-integration-tests to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.0.x
quarkus-hazelcast-client-integration-tests-4.0.0
3.0.x
quarkus-hazelcast-client-integration-tests-3.0.0
2.0.x
quarkus-hazelcast-client-integration-tests-2.0.0
1.2.x
quarkus-hazelcast-client-integration-tests-1.2.0
1.1.x
quarkus-hazelcast-client-integration-tests-1.1.1
quarkus-hazelcast-client-integration-tests-1.1.0
1.0.x
quarkus-hazelcast-client-integration-tests-1.0.0
quarkus-hazelcast-client-integration-tests-1.0.0-RC5
quarkus-hazelcast-client-integration-tests-1.0.0-RC4
quarkus-hazelcast-client-integration-tests-1.0.0-RC3
quarkus-hazelcast-client-integration-tests-1.0.0-RC2

How to add a dependency to Maven

Add the following com.hazelcast : quarkus-hazelcast-client-integration-tests maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.hazelcast</groupId>
    <artifactId>quarkus-hazelcast-client-integration-tests</artifactId>
    <version>4.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.hazelcast : quarkus-hazelcast-client-integration-tests gradle dependency to your build.gradle file:

implementation 'com.hazelcast:quarkus-hazelcast-client-integration-tests:4.0.0'

Gradle Kotlin DSL: Add the following com.hazelcast : quarkus-hazelcast-client-integration-tests gradle kotlin dependency to your build.gradle.kts file:

implementation("com.hazelcast:quarkus-hazelcast-client-integration-tests:4.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.hazelcast : quarkus-hazelcast-client-integration-tests sbt scala dependency to your build.sbt file:

libraryDependencies += "com.hazelcast" % "quarkus-hazelcast-client-integration-tests" % "4.0.0"