Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 433 Bytes

File metadata and controls

18 lines (14 loc) · 433 Bytes

Apache Pulsar Module

Adding this module to your project dependencies

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

testImplementation "org.testcontainers:pulsar:{{latest_version}}"
<dependency>
    <groupId>org.testcontainers</groupId>
    <artifactId>pulsar</artifactId>
    <version>{{latest_version}}</version>
    <scope>test</scope>
</dependency>