lhotari commented on code in PR #874:
URL: https://github.com/apache/pulsar-site/pull/874#discussion_r1547098503
##########
versioned_docs/version-3.2.x/client-libraries-java-setup.md:
##########
@@ -42,10 +42,53 @@ If you use Gradle, add the following information to the
`build.gradle` file.
def pulsarVersion = '@pulsar:version@'
dependencies {
- compile group: 'org.apache.pulsar', name: 'pulsar-client', version:
pulsarVersion
+ implementation "org.apache.pulsar:pulsar-client:${pulsarVersion}"
}
```
+### Pulsar BOM
Review Comment:
Yes, the solution isn't "clean" in that sense.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]