Archived Forum Post

Index of archived forum posts

Question:

Is it possible to specify a chilkat dependency in a maven project?

Aug 29 '17 at 03:51

How can this be done? I am on Java 8. Thanks!


Answer

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!


Answer

I'm not familiar with Maven to be able to answer this question...