| License | License | 
|---|---|
| Categories | CategoriesSpring Boot Container Microservices Data | 
| GroupId | GroupIdio.gitee.mrxangel | 
| ArtifactId | ArtifactIdspring-boot-starter-data-pulsar | 
| Last Version | Last Version1.2.5 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Descriptionspring-boot-starter-data-pulsar pulsar for Spring Boot | 
| Project URL | Project URL | 
| Source Code Management | Source Code Management | 
<!-- https://jarcasting.com/artifacts/io.gitee.mrxangel/spring-boot-starter-data-pulsar/ -->
<dependency>
    <groupId>io.gitee.mrxangel</groupId>
    <artifactId>spring-boot-starter-data-pulsar</artifactId>
    <version>1.2.5</version>
</dependency>// https://jarcasting.com/artifacts/io.gitee.mrxangel/spring-boot-starter-data-pulsar/
implementation 'io.gitee.mrxangel:spring-boot-starter-data-pulsar:1.2.5'// https://jarcasting.com/artifacts/io.gitee.mrxangel/spring-boot-starter-data-pulsar/
implementation ("io.gitee.mrxangel:spring-boot-starter-data-pulsar:1.2.5")'io.gitee.mrxangel:spring-boot-starter-data-pulsar:jar:1.2.5'<dependency org="io.gitee.mrxangel" name="spring-boot-starter-data-pulsar" rev="1.2.5">
  <artifact name="spring-boot-starter-data-pulsar" type="jar" />
</dependency>@Grapes(
@Grab(group='io.gitee.mrxangel', module='spring-boot-starter-data-pulsar', version='1.2.5')
)libraryDependencies += "io.gitee.mrxangel" % "spring-boot-starter-data-pulsar" % "1.2.5"[io.gitee.mrxangel/spring-boot-starter-data-pulsar "1.2.5"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.springframework.boot : spring-boot-starter | jar | 2.1.0.RELEASE | 
| org.apache.pulsar : pulsar-client | jar | 2.7.2 |