GroupId | GroupIdorg.apache.pulsar |
---|---|
ArtifactId | ArtifactIdpulsar-functions-runtime |
Version | Version2.5.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.apache.pulsar/pulsar-functions-runtime/ -->
<dependency>
<groupId>org.apache.pulsar</groupId>
<artifactId>pulsar-functions-runtime</artifactId>
<version>2.5.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.pulsar/pulsar-functions-runtime/
implementation 'org.apache.pulsar:pulsar-functions-runtime:2.5.2'
// https://jarcasting.com/artifacts/org.apache.pulsar/pulsar-functions-runtime/
implementation ("org.apache.pulsar:pulsar-functions-runtime:2.5.2")
'org.apache.pulsar:pulsar-functions-runtime:jar:2.5.2'
<dependency org="org.apache.pulsar" name="pulsar-functions-runtime" rev="2.5.2">
<artifact name="pulsar-functions-runtime" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.pulsar', module='pulsar-functions-runtime', version='2.5.2')
)
libraryDependencies += "org.apache.pulsar" % "pulsar-functions-runtime" % "2.5.2"
[org.apache.pulsar/pulsar-functions-runtime "2.5.2"]