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