HtmlFormEntry
使用此参考HtmlFormEntry
中的说明可以轻松完成添加依赖项:
<properties>
...
<htmlformentryModuleVersion>3.1</htmlformentryModuleVersion>
...
</properties>
<dependencies>
....
<dependency>
<groupId>org.openmrs.module</groupId>
<artifactId>htmlformentry-api</artifactId>
<version>${htmlformentryModuleVersion}</version>
<scope>provided</scope>
</dependency>
....
</dependencies>
请注意,我已将版本号更新为3.1
. 它现在可能已经显着增加。检查https://github.com/openmrs/openmrs-module-htmlformentry/releases以找到您要使用的版本。
HtmlFormEntryUI
基于此,我们可以推断HtmlFormEntryUI
:
<properties>
...
<htmlformentryuiModuleVersion>1.6.0</htmlformentryuiModuleVersion>
...
</properties>
<dependencies>
....
<dependency>
<groupId>org.openmrs.module</groupId>
<artifactId>htmlformentryui-api</artifactId>
<version>${htmlformentryuiModuleVersion}</version>
<scope>provided</scope>
</dependency>
....
</dependencies>
版本:https ://github.com/openmrs/openmrs-module-htmlformentryui/releases