MVN

no.mnemonic.services.common : hazelcast5-consumer

Maven & Gradle

Aug 03, 2023
3 stars

mnemonic common services - Hazelcast5 consumer · Implementation of a Kafka consumer using a Hazelcast 4 or 5 as buffer

<dependency>
    <groupId>no.mnemonic.services.common</groupId>
    <artifactId>hazelcast5-consumer</artifactId>
    <version>0.3.52</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of no.mnemonic.services.common : hazelcast5-consumer to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.3.52

All Versions

Choose a version of no.mnemonic.services.common : hazelcast5-consumer to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.3.x
hazelcast5-consumer-0.3.52
hazelcast5-consumer-0.3.51
hazelcast5-consumer-0.3.50
hazelcast5-consumer-0.3.49
hazelcast5-consumer-0.3.48
hazelcast5-consumer-0.3.47
hazelcast5-consumer-0.3.46
hazelcast5-consumer-0.3.45
hazelcast5-consumer-0.3.44
hazelcast5-consumer-0.3.43
hazelcast5-consumer-0.3.42
hazelcast5-consumer-0.3.41

How to add a dependency to Maven

Add the following no.mnemonic.services.common : hazelcast5-consumer maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>no.mnemonic.services.common</groupId>
    <artifactId>hazelcast5-consumer</artifactId>
    <version>0.3.52</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following no.mnemonic.services.common : hazelcast5-consumer gradle dependency to your build.gradle file:

implementation 'no.mnemonic.services.common:hazelcast5-consumer:0.3.52'

Gradle Kotlin DSL: Add the following no.mnemonic.services.common : hazelcast5-consumer gradle kotlin dependency to your build.gradle.kts file:

implementation("no.mnemonic.services.common:hazelcast5-consumer:0.3.52")

How to add a dependency to SBT Scala

SBT Scala: Add the following no.mnemonic.services.common : hazelcast5-consumer sbt scala dependency to your build.sbt file:

libraryDependencies += "no.mnemonic.services.common" % "hazelcast5-consumer" % "0.3.52"

Advertisement