p

pulsar-spring-boot-starter

Files download
File Operation
pulsar-spring-boot-starter-0.2.0.jar download
pulsar-spring-boot-starter-0.2.0.pom download
pulsar-spring-boot-starter-0.2.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.protocol-laboratory</groupId>
  <artifactId>pulsar-spring-boot-starter</artifactId>
  <version>0.2.0</version>
</dependency>
Gradle Groovy
implementation 'io.github.protocol-laboratory:pulsar-spring-boot-starter:0.2.0'
Gradle Kotlin
implementation("io.github.protocol-laboratory:pulsar-spring-boot-starter:0.2.0")
Scala SBT
libraryDependencies += "io.github.protocol-laboratory" % "pulsar-spring-boot-starter" % "0.2.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.protocol-laboratory', module='pulsar-spring-boot-starter', version='0.2.0')
)
Apache Ivy
<dependency org="io.github.protocol-laboratory" name="pulsar-spring-boot-starter" rev="0.2.0" />
Leiningen
[io.github.protocol-laboratory/pulsar-spring-boot-starter "0.2.0"]
Apache Buildr
'io.github.protocol-laboratory:pulsar-spring-boot-starter:jar:0.2.0'