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