org.carewebframework.cal.ui-parent
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.carewebframework</groupId>
<artifactId>org.carewebframework.cal.ui-parent</artifactId>
<version>4.0.0</version>
</dependency><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.carewebframework</groupId> <artifactId>org.carewebframework.cal-parent</artifactId> <version>4.0.0</version> </parent> <name>CAL UI Component Aggregator</name> <artifactId>org.carewebframework.cal.ui-parent</artifactId> <packaging>pom</packaging> <modules> <module>org.carewebframework.cal.ui.core</module> <module>org.carewebframework.cal.ui.patientselection-parent</module> <module>org.carewebframework.cal.ui.patientheader</module> <module>org.carewebframework.cal.ui.patientphoto</module> <module>org.carewebframework.cal.ui.reporting</module> <module>org.carewebframework.cal.ui.documents</module> <module>org.carewebframework.cal.ui.conditions</module> <module>org.carewebframework.cal.ui.familyhistory</module> <module>org.carewebframework.cal.ui.adversereactions</module> <module>org.carewebframework.cal.ui.medications</module> </modules> </project>