| Categories | CategoriesNative Development Tools | 
|---|---|
| GroupId | GroupIdio.streamnative | 
| ArtifactId | ArtifactIdpulsar-functions-worker | 
| Version | Versionv2.8.0-rc-202106121853 | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/io.streamnative/pulsar-functions-worker/ -->
<dependency>
    <groupId>io.streamnative</groupId>
    <artifactId>pulsar-functions-worker</artifactId>
    <version>v2.8.0-rc-202106121853</version>
</dependency>// https://jarcasting.com/artifacts/io.streamnative/pulsar-functions-worker/
implementation 'io.streamnative:pulsar-functions-worker:v2.8.0-rc-202106121853'// https://jarcasting.com/artifacts/io.streamnative/pulsar-functions-worker/
implementation ("io.streamnative:pulsar-functions-worker:v2.8.0-rc-202106121853")'io.streamnative:pulsar-functions-worker:jar:v2.8.0-rc-202106121853'<dependency org="io.streamnative" name="pulsar-functions-worker" rev="v2.8.0-rc-202106121853">
  <artifact name="pulsar-functions-worker" type="jar" />
</dependency>@Grapes(
@Grab(group='io.streamnative', module='pulsar-functions-worker', version='v2.8.0-rc-202106121853')
)libraryDependencies += "io.streamnative" % "pulsar-functions-worker" % "v2.8.0-rc-202106121853"[io.streamnative/pulsar-functions-worker "v2.8.0-rc-202106121853"]