<dependency>
<groupId>io.github.majusko</groupId>
<artifactId>pulsar-java-spring-boot-starter</artifactId>
<version>1.0.8</version>
</dependency>
@Grapes(
@Grab(group='io.github.majusko', module='pulsar-java-spring-boot-starter', version='1.0.8')
)
<dependency org="io.github.majusko" name="pulsar-java-spring-boot-starter" rev="1.0.8" />
<parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> <version>2.6.2</version> </parent>
compile
|-- org.springframework.boot:spring-boot-starter
|-- org.springframework.boot:spring-boot-configuration-processor
|-- org.apache.pulsar:pulsar-client-original:2.9.1
|-- io.projectreactor:reactor-core:3.4.13
|-- com.google.protobuf:protobuf-java:3.19.2
test
|-- org.springframework.boot:spring-boot-starter-test
|-- org.junit.jupiter:junit-jupiter-engine:5.8.2
|-- org.testcontainers:testcontainers:1.16.2
|-- org.testcontainers:junit-jupiter:1.16.2