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