c

cwf-plugin-documents

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