Categories |
CategoriesSpring Boot Container Microservices Data |
---|---|
GroupId | GroupIdio.gitee.mrxangel |
ArtifactId | ArtifactIdspring-boot-starter-data-pulsar |
Version | Version1.2.4 |
Type | Typejar |
<!-- 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.4</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.4'
// https://jarcasting.com/artifacts/io.gitee.mrxangel/spring-boot-starter-data-pulsar/
implementation ("io.gitee.mrxangel:spring-boot-starter-data-pulsar:1.2.4")
'io.gitee.mrxangel:spring-boot-starter-data-pulsar:jar:1.2.4'
<dependency org="io.gitee.mrxangel" name="spring-boot-starter-data-pulsar" rev="1.2.4">
<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.4')
)
libraryDependencies += "io.gitee.mrxangel" % "spring-boot-starter-data-pulsar" % "1.2.4"
[io.gitee.mrxangel/spring-boot-starter-data-pulsar "1.2.4"]