Categories |
CategoriesSpring Boot Container Microservices Data |
---|---|
GroupId | GroupIdio.gitee.mrxangel |
ArtifactId | ArtifactIdspring-boot-starter-data-pulsar |
Version | Version1.1.1 |
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.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.gitee.mrxangel/spring-boot-starter-data-pulsar/
implementation 'io.gitee.mrxangel:spring-boot-starter-data-pulsar:1.1.1'
// https://jarcasting.com/artifacts/io.gitee.mrxangel/spring-boot-starter-data-pulsar/
implementation ("io.gitee.mrxangel:spring-boot-starter-data-pulsar:1.1.1")
'io.gitee.mrxangel:spring-boot-starter-data-pulsar:jar:1.1.1'
<dependency org="io.gitee.mrxangel" name="spring-boot-starter-data-pulsar" rev="1.1.1">
<artifact name="spring-boot-starter-data-pulsar" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.gitee.mrxangel', module='spring-boot-starter-data-pulsar', version='1.1.1')
)
libraryDependencies += "io.gitee.mrxangel" % "spring-boot-starter-data-pulsar" % "1.1.1"
[io.gitee.mrxangel/spring-boot-starter-data-pulsar "1.1.1"]