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