File | Operation |
---|---|
cwf-ui-patientselection-parent-2.0.0.pom | download |
<dependency>
<groupId>org.hspconsortium.carewebframework</groupId>
<artifactId>cwf-ui-patientselection-parent</artifactId>
<version>2.0.0</version>
<type>pom</type>
</dependency>
implementation 'org.hspconsortium.carewebframework:cwf-ui-patientselection-parent:2.0.0'
implementation("org.hspconsortium.carewebframework:cwf-ui-patientselection-parent:2.0.0")
libraryDependencies += "org.hspconsortium.carewebframework" % "cwf-ui-patientselection-parent" % "2.0.0"
@Grapes(
@Grab(group='org.hspconsortium.carewebframework', module='cwf-ui-patientselection-parent', version='2.0.0')
)
<dependency org="org.hspconsortium.carewebframework" name="cwf-ui-patientselection-parent" rev="2.0.0" />
<parent> <groupId>org.hspconsortium.carewebframework</groupId> <artifactId>cwf-ui-parent</artifactId> <version>2.0.0</version> </parent>