<dependency>
<groupId>io.github.majusko</groupId>
<artifactId>pulsar-java-spring-boot-starter</artifactId>
<version>1.0.1</version>
</dependency>
@Grapes(
@Grab(group='io.github.majusko', module='pulsar-java-spring-boot-starter', version='1.0.1')
)
<dependency org="io.github.majusko" name="pulsar-java-spring-boot-starter" rev="1.0.1" />
<parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> <version>2.3.4.RELEASE</version> </parent>
compile
|-- org.springframework.boot:spring-boot-starter
|-- org.springframework.boot:spring-boot-configuration-processor
|-- org.apache.pulsar:pulsar-client-original:2.6.1
|-- io.projectreactor:reactor-core:3.4.0
test
|-- org.springframework.boot:spring-boot-starter-test
|-- org.junit.jupiter:junit-jupiter-engine:5.7.0
|-- org.testcontainers:testcontainers:1.15.0-rc2
|-- org.testcontainers:junit-jupiter:1.15.0-rc2