Hello everyone,
I wonder how do you add easy dependencies to a silk4j project in eclipse?
I know 3 ways:
1. if you run regular maven project with Eclipse you do like picture below:
2. I know how I add external Jars inside the project.
3. inside the pom.xml
you just add for instance:
<dependency>
<groupId>com.googlecode.json-simple</groupId>
<artifactId>json-simple</artifactId>
<version>1.1.1</version>
</dependency>
Please help me out how to do this simplest with also less effort as possible in silk4j
Thank you in advance
Thank you in advance
