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