How to resolve this dependency "com.adobe.fmdita.api.maps.MapUtilities;
Working in AEM as cloud SDK .As mentioned in document need to include this bundle in your code to use these APIs. but this version is not available in adobe nexus repo while including in pom.xml as dependency .
Bundle details:
Group ID: com.adobe.fmdita
Artifact ID: api
Version: 3.2
Package: com.adobe.fmdita.api.maps
code sample
List<Node> mapDependents = MapUtilities.getAllDependencies(ditamapNode);
List<AssetObject> listOfDitaObject = new ArrayList<>();
compilation error like in abode repo this bundle is not available in public repo .How to resolve this plz help if anyone already faced this kind of issue.
Thanks.