Hi!
I am trying the example of ChainCode, following https://developers.refinitiv.com/en/article-catalog/article/simple-chain-objects-ema-part-2
For this piece,
FlatChain theChain = new FlatChain.Builder()
.withOmmConsumer(ommConsumer)
.withServiceName("IDN_RDF")
.withChainName("0#.FTSE")
.build();
FlatChain is not found. So how to get the dependency of chain code, java version?