GroupId | GroupIdorg.apache.pulsar |
---|---|
ArtifactId | ArtifactIdpulsar-functions-runtime |
Version | Version2.7.4 |
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.7.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.pulsar/pulsar-functions-runtime/
implementation 'org.apache.pulsar:pulsar-functions-runtime:2.7.4'
// https://jarcasting.com/artifacts/org.apache.pulsar/pulsar-functions-runtime/
implementation ("org.apache.pulsar:pulsar-functions-runtime:2.7.4")
'org.apache.pulsar:pulsar-functions-runtime:jar:2.7.4'
<dependency org="org.apache.pulsar" name="pulsar-functions-runtime" rev="2.7.4">
<artifact name="pulsar-functions-runtime" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.pulsar', module='pulsar-functions-runtime', version='2.7.4')
)
libraryDependencies += "org.apache.pulsar" % "pulsar-functions-runtime" % "2.7.4"
[org.apache.pulsar/pulsar-functions-runtime "2.7.4"]