FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [View Raw Code]   [Original HTTPS Page]

testcontainers-java/docs/modules/pulsar.md at master · charlescliff/testcontainers-java · GitHub

Latest commit

 

History

History
18 lines (14 loc) · 426 Bytes

File metadata and controls

18 lines (14 loc) · 426 Bytes

Apache Pulsar Module

Adding this module to your project dependencies

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

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

Back | FazBrowse Home | New Git URL