HolandaCatalinaFw

Getting started

Java

To use the latest version of HCJF you need to have java version 9 or higher installed in our operating system

Dependencies

After java is already configured in your operating system you have to add the dependencies jar in your class path so that the virtual machine finds the dependencies. Doing this work without using any tool for the administration of dependencies can be complicated since each dependency can contain sub-dependencies and it would be difficult to find each of them. I recommend using maven for this task, just add the following code in your pom.xml file

<dependency>
    <groupId>com.github.javaito</groupId>
    <artifactId>hcjf</artifactId>
    <version>1.3.43</version>
</dependency>