Skip to main content
March 15, 2024
Solved

jar for com.appiancorp.service

  • March 15, 2024
  • 2 replies
  • 0 views

Hi,

Which jar I need to import to get classes of  com.appiancorp.services package?

Below are the jars I have in my system. But these jars doesn't have classed  from   com.appiancorp.services

compileOnly 'com.appian:connected-systems-core:1.2.0'

implementation 'com.appian:connected-systems-client:1.1.0'

Best answer by davidj137213

IF you want to implement an smart service, you should incluide the sdk jar  

appian-plug-in-sdk.jar

2 replies

davidj137213
March 15, 2024

IF you want to implement an smart service, you should incluide the sdk jar  

appian-plug-in-sdk.jar

March 15, 2024

Thanks  ,It works