I'm creating an OpenMRS module thats working with HtmlFormEntry. I need the HtmlFormEntry and HtmlFormEntryUI api packages to build mine.
That is, i get the errors package org.openmrs.module.htmlformentry does not exist and package org.openmrs.module.htmlformentryui does not exist when compiling.
How can one define the dependency on the htmlformentryui and htmlformentry openmrs package and the into a maven POM.xml?
HtmlFormEntry
Adding the dependency for
HtmlFormEntrycan be easily accomplished with the instructions in this reference:Note, i've updated the version number to
3.1. It may have increased significantly by now. Check https://github.com/openmrs/openmrs-module-htmlformentry/releases to find the version you want to use.HtmlFormEntryUI
Based off of that we can extrapolate for
HtmlFormEntryUI:Versions: https://github.com/openmrs/openmrs-module-htmlformentryui/releases