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