Find more posts tagged with
@Patrick Sweeney
Just setup your project to pull those artifacts from Maven Central.
Here is an example for the ETA core library: https://repo1.maven.org/maven2/com/refinitiv/eta/eta/3.8.0.0/ . As you can see the javadoc and sources jars are indeed there.
Here is the Refinitiv documentation on the matter: https://github.com/Refinitiv/Real-Time-SDK/tree/master/Java#maven-central
You can now use the RTSDK exactly the same way as you would any other open source library. Your IDE has features to download and display javadoc ... provided it exists with the artifact on Maven Central .. which it does in this case.
Unfortunately, Refinitiv/LSEG doesn't publish a BOM, but that is a minor inconvenience.
Hi @Patrick Sweeney,
If you download the RTSDK package from the downloads tab, once uncompressed you can find the JavaDocs in the path Java\Ema\Docs\refman and Java\Eta\Docs\refman.
If you are downloading the SDK from GitHub, then you will have to generate the docs yourself. The SDK sources are included in the package.
Hi @Patrick Sweeney,
If you download the RTSDK package from the downloads tab, once uncompressed you can find the JavaDocs in the path Java\Ema\Docs\refman and Java\Eta\Docs\refman.
If you are downloading the SDK from GitHub, then you will have to generate the docs yourself. The SDK sources are included in the package.