c

cwf-ui-patientheader

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