c

cwf-api-patientlist

Files download
File Operation
cwf-api-patientlist-2.0.1.jar download
cwf-api-patientlist-2.0.1.pom download
cwf-api-patientlist-2.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.hspconsortium.carewebframework</groupId>
  <artifactId>cwf-api-patientlist</artifactId>
  <version>2.0.1</version>
</dependency>
Gradle Groovy
implementation 'org.hspconsortium.carewebframework:cwf-api-patientlist:2.0.1'
Gradle Kotlin
implementation("org.hspconsortium.carewebframework:cwf-api-patientlist:2.0.1")
Scala SBT
libraryDependencies += "org.hspconsortium.carewebframework" % "cwf-api-patientlist" % "2.0.1"
Groovy Grape
@Grapes(
  @Grab(group='org.hspconsortium.carewebframework', module='cwf-api-patientlist', version='2.0.1')
)
Apache Ivy
<dependency org="org.hspconsortium.carewebframework" name="cwf-api-patientlist" rev="2.0.1" />
Leiningen
[org.hspconsortium.carewebframework/cwf-api-patientlist "2.0.1"]
Apache Buildr
'org.hspconsortium.carewebframework:cwf-api-patientlist:jar:2.0.1'