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