Question:
How can this be done? I am on Java 8. Thanks!
Yes you can..
You can simply do the following, add this dependency in maven
<dependency>
<groupId>com.chilkatsoft</groupId>
<artifactId>chilkat</artifactId>
<version>9.5.0</version>
</dependency>
In your repository path create these directories: comchilkatsoftchilkat9.5.0
Put chilkat jar inside the "9.5.0" directory and set the jar name to be: chilkat-9.5.0.jar
And that's it!
I'm not familiar with Maven to be able to answer this question...