<dependency>
<groupId>org.hspconsortium.carewebframework</groupId>
<artifactId>cwf-ui-patientselection-parent</artifactId>
<version>2.0.1</version>
</dependency>
implementation group: 'org.hspconsortium.carewebframework', name: 'cwf-ui-patientselection-parent', version: '2.0.1'
implementation 'org.hspconsortium.carewebframework:cwf-ui-patientselection-parent:2.0.1'
implementation("org.hspconsortium.carewebframework:cwf-ui-patientselection-parent:2.0.1")
libraryDependencies += "org.hspconsortium.carewebframework" % "cwf-ui-patientselection-parent" % "2.0.1"
<dependency org="org.hspconsortium.carewebframework" name="cwf-ui-patientselection-parent" rev="2.0.1"/>
@Grapes(
@Grab(group='org.hspconsortium.carewebframework', module='cwf-ui-patientselection-parent', version='2.0.1')
)
[org.hspconsortium.carewebframework/cwf-ui-patientselection-parent "2.0.1"]
'org.hspconsortium.carewebframework:cwf-ui-patientselection-parent:jar:2.0.1'