Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 476 Bytes

File metadata and controls

19 lines (16 loc) · 476 Bytes

Apache Pulsar Module

Adding this module to your project dependencies

Add the following dependency to your pom.xml/build.gradle file:

=== "Gradle" groovy testImplementation "org.testcontainers:pulsar:{{latest_version}}" === "Maven" xml <dependency> <groupId>org.testcontainers</groupId> <artifactId>pulsar</artifactId> <version>{{latest_version}}</version> <scope>test</scope> </dependency>