GroupId | GroupIdorg.hspconsortium.carewebframework |
---|---|
ArtifactId | ArtifactIdcwf-ui-patientselection-core |
Version | Version2.0.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.hspconsortium.carewebframework/cwf-ui-patientselection-core/ -->
<dependency>
<groupId>org.hspconsortium.carewebframework</groupId>
<artifactId>cwf-ui-patientselection-core</artifactId>
<version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.hspconsortium.carewebframework/cwf-ui-patientselection-core/
implementation 'org.hspconsortium.carewebframework:cwf-ui-patientselection-core:2.0.1'
// https://jarcasting.com/artifacts/org.hspconsortium.carewebframework/cwf-ui-patientselection-core/
implementation ("org.hspconsortium.carewebframework:cwf-ui-patientselection-core:2.0.1")
'org.hspconsortium.carewebframework:cwf-ui-patientselection-core:jar:2.0.1'
<dependency org="org.hspconsortium.carewebframework" name="cwf-ui-patientselection-core" rev="2.0.1">
<artifact name="cwf-ui-patientselection-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.hspconsortium.carewebframework', module='cwf-ui-patientselection-core', version='2.0.1')
)
libraryDependencies += "org.hspconsortium.carewebframework" % "cwf-ui-patientselection-core" % "2.0.1"
[org.hspconsortium.carewebframework/cwf-ui-patientselection-core "2.0.1"]