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