Hello All,
We need to convert a ZPL code to an image file. we were trying to use ZSDK dependency in our springboot service which gives compilation errors which we couldnt resolve.
Could you please let us know what we need to fix to use the zsdk?
its not recognizing class ZplInterpreter.
2 Replies
Which specific Link-OS SDK are you referring to, SDK for Java, SDK for WebServices, etc.? Could you share the full error message or error trace?
// https://mvnrepository.com/artifact/com.zebra/zsdk-api
implementation 'com.zebra:zsdk-api:2.14.5198'
Execution failed for task ':compileJava'.
> Could not resolve all files for configuration ':compileClasspath'.
> Could not find com.zebra:zsdk-api:2.14.5198.
Required by:
project :
Possible solution:
- Declare repository providing the artifact, see the documentation at https://docs.gradle.org/current/userguide/declaring_repositories.html