Interactive Communication - Print channel maven dependencies | Community
Skip to main content
Level 2
December 2, 2021
Solved

Interactive Communication - Print channel maven dependencies

  • December 2, 2021
  • 1 reply
  • 750 views

Trying to write servlet to open a ICC print channel PDF using a servlet. Unable to find the dependencies for following

import com.adobe.fd.ccm.channels.print.api.exception.PrintChannelException;
import com.adobe.fd.ccm.channels.print.api.model.PrintChannel;
import com.adobe.fd.ccm.channels.print.api.model.PrintChannelRenderOptions;
import com.adobe.fd.ccm.channels.print.api.model.PrintDocument;
import com.adobe.fd.ccm.channels.print.api.service.PrintChannelService;

 Can you someone please let me know what it is the maven dependency to use for this. I have tried with  uber 6.5.11 , but but during build it says the following,

Could not resolve dependencies for project com.fmcc.cms:fmcc-cms.core:bundle:0.0.1-SNAPSHOT: Could not find artifact com.adobe.aem:uber-jar:jar:apis:6.5.11 in adobe-public-releases (https://repo.adobe.com/nexus/content/groups/public) =
Kindly let me know which dependencies to use to get the PrintChannel for Interactive Communication.

 

Thanks

Eshwari

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by workflowuser

aemfd-client-sdk-6.0.88.jar

1 reply

workflowuserAdobe EmployeeAccepted solution
Adobe Employee
December 2, 2021

aemfd-client-sdk-6.0.88.jar

Level 2
December 3, 2021

Thank you. It works.