c

cwf-plugin-patientheader

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