MVN

io.nosqlbench : adapter-s4j

Maven & Gradle

Jan 13, 2023
144 stars

adapter-s4j · A Starlight for JMS driver for nosqlbench. This provides the ability to inject synthetic data into a pulsar system via JMS 2.0 compatible APIs. NOTE: this is JMS compatible driver from DataStax that allows using a Pulsar cluster as the potential JMS Destination

<dependency>
    <groupId>io.nosqlbench</groupId>
    <artifactId>adapter-s4j</artifactId>
    <version>5.17.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.nosqlbench : adapter-s4j to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.17.0

All Versions

Choose a version of io.nosqlbench : adapter-s4j to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.17.x
adapter-s4j-5.17.0
4.17.x
adapter-s4j-4.17.32

How to add a dependency to Maven

Add the following io.nosqlbench : adapter-s4j maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.nosqlbench</groupId>
    <artifactId>adapter-s4j</artifactId>
    <version>5.17.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.nosqlbench : adapter-s4j gradle dependency to your build.gradle file:

implementation 'io.nosqlbench:adapter-s4j:5.17.0'

Gradle Kotlin DSL: Add the following io.nosqlbench : adapter-s4j gradle kotlin dependency to your build.gradle.kts file:

implementation("io.nosqlbench:adapter-s4j:5.17.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.nosqlbench : adapter-s4j sbt scala dependency to your build.sbt file:

libraryDependencies += "io.nosqlbench" % "adapter-s4j" % "5.17.0"