MVN

tech.harmonysoft : harmonysoft-kafka-cucumber

Maven & Gradle

Aug 24, 2023

harmonysoft-kafka-cucumber · Common general-purpose Kotlin utility

<dependency>
    <groupId>tech.harmonysoft</groupId>
    <artifactId>harmonysoft-kafka-cucumber</artifactId>
    <version>1.80.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of tech.harmonysoft : harmonysoft-kafka-cucumber to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.80.0

All Versions

Choose a version of tech.harmonysoft : harmonysoft-kafka-cucumber to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.80.x
harmonysoft-kafka-cucumber-1.80.0
1.79.x
harmonysoft-kafka-cucumber-1.79.0
1.78.x
harmonysoft-kafka-cucumber-1.78.0
1.77.x
harmonysoft-kafka-cucumber-1.77.0
1.76.x
harmonysoft-kafka-cucumber-1.76.0
1.75.x
harmonysoft-kafka-cucumber-1.75.0
1.74.x
harmonysoft-kafka-cucumber-1.74.0
1.73.x
harmonysoft-kafka-cucumber-1.73.0
1.72.x
harmonysoft-kafka-cucumber-1.72.0
1.71.x
harmonysoft-kafka-cucumber-1.71.0
1.70.x
harmonysoft-kafka-cucumber-1.70.0
1.69.x
harmonysoft-kafka-cucumber-1.69.0
1.68.x
harmonysoft-kafka-cucumber-1.68.0
1.67.x
harmonysoft-kafka-cucumber-1.67.0
1.66.x
harmonysoft-kafka-cucumber-1.66.0
1.65.x
harmonysoft-kafka-cucumber-1.65.0
1.61.x
harmonysoft-kafka-cucumber-1.61.0
1.60.x
harmonysoft-kafka-cucumber-1.60.0
1.59.x
harmonysoft-kafka-cucumber-1.59.0
1.57.x
harmonysoft-kafka-cucumber-1.57.0
1.56.x
harmonysoft-kafka-cucumber-1.56.0
1.54.x
harmonysoft-kafka-cucumber-1.54.0
1.53.x
harmonysoft-kafka-cucumber-1.53.0
1.52.x
harmonysoft-kafka-cucumber-1.52.0
1.51.x
harmonysoft-kafka-cucumber-1.51.0
1.50.x
harmonysoft-kafka-cucumber-1.50.0
1.49.x
harmonysoft-kafka-cucumber-1.49.0
1.47.x
harmonysoft-kafka-cucumber-1.47.0
1.46.x
harmonysoft-kafka-cucumber-1.46.0
1.45.x
harmonysoft-kafka-cucumber-1.45.0
1.44.x
harmonysoft-kafka-cucumber-1.44.0
1.43.x
harmonysoft-kafka-cucumber-1.43.0
1.42.x
harmonysoft-kafka-cucumber-1.42.0
1.41.x
harmonysoft-kafka-cucumber-1.41.0
1.40.x
harmonysoft-kafka-cucumber-1.40.0
1.38.x
harmonysoft-kafka-cucumber-1.38.0
1.37.x
harmonysoft-kafka-cucumber-1.37.0
1.36.x
harmonysoft-kafka-cucumber-1.36.0
1.35.x
harmonysoft-kafka-cucumber-1.35.0
1.34.x
harmonysoft-kafka-cucumber-1.34.0

How to add a dependency to Maven

Add the following tech.harmonysoft : harmonysoft-kafka-cucumber maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>tech.harmonysoft</groupId>
    <artifactId>harmonysoft-kafka-cucumber</artifactId>
    <version>1.80.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following tech.harmonysoft : harmonysoft-kafka-cucumber gradle dependency to your build.gradle file:

implementation 'tech.harmonysoft:harmonysoft-kafka-cucumber:1.80.0'

Gradle Kotlin DSL: Add the following tech.harmonysoft : harmonysoft-kafka-cucumber gradle kotlin dependency to your build.gradle.kts file:

implementation("tech.harmonysoft:harmonysoft-kafka-cucumber:1.80.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following tech.harmonysoft : harmonysoft-kafka-cucumber sbt scala dependency to your build.sbt file:

libraryDependencies += "tech.harmonysoft" % "harmonysoft-kafka-cucumber" % "1.80.0"

Advertisement