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