c

cwf-webapp-template

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