MVN

com.hazelcast : hazelcast-tpc-engine

Maven & Gradle

Aug 21, 2023
5.4k stars

hazelcast-tpc-engine · The Hazelcast thread per core engine

<dependency>
    <groupId>com.hazelcast</groupId>
    <artifactId>hazelcast-tpc-engine</artifactId>
    <version>5.3.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.hazelcast : hazelcast-tpc-engine to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.3.2
  • Latest Beta: 5.3.0-BETA-2

All Versions

Choose a version of com.hazelcast : hazelcast-tpc-engine to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.3.x
hazelcast-tpc-engine-5.3.2
hazelcast-tpc-engine-5.3.1
hazelcast-tpc-engine-5.3.0
hazelcast-tpc-engine-5.3.0-BETA-2
hazelcast-tpc-engine-5.3.0-BETA-1

How to add a dependency to Maven

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

<dependency>
    <groupId>com.hazelcast</groupId>
    <artifactId>hazelcast-tpc-engine</artifactId>
    <version>5.3.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.hazelcast : hazelcast-tpc-engine gradle dependency to your build.gradle file:

implementation 'com.hazelcast:hazelcast-tpc-engine:5.3.2'

Gradle Kotlin DSL: Add the following com.hazelcast : hazelcast-tpc-engine gradle kotlin dependency to your build.gradle.kts file:

implementation("com.hazelcast:hazelcast-tpc-engine:5.3.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.hazelcast : hazelcast-tpc-engine sbt scala dependency to your build.sbt file:

libraryDependencies += "com.hazelcast" % "hazelcast-tpc-engine" % "5.3.2"

Advertisement