| License |
License |
|---|---|
| GroupId | GroupIdorg.hspconsortium.carewebframework |
| ArtifactId | ArtifactIdcwf-webapp-template |
| Last Version | Last Version2.0.0-RC2 |
| Release Date | Release Date |
| Type | Typewar |
| Description |
DescriptionWeb App Template
Template for creating a web application.
|
| Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.hspconsortium.carewebframework/cwf-webapp-template/ -->
<dependency>
<groupId>org.hspconsortium.carewebframework</groupId>
<artifactId>cwf-webapp-template</artifactId>
<version>2.0.0-RC2</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.hspconsortium.carewebframework/cwf-webapp-template/
implementation 'org.hspconsortium.carewebframework:cwf-webapp-template:2.0.0-RC2'
// https://jarcasting.com/artifacts/org.hspconsortium.carewebframework/cwf-webapp-template/
implementation ("org.hspconsortium.carewebframework:cwf-webapp-template:2.0.0-RC2")
'org.hspconsortium.carewebframework:cwf-webapp-template:war:2.0.0-RC2'
<dependency org="org.hspconsortium.carewebframework" name="cwf-webapp-template" rev="2.0.0-RC2">
<artifact name="cwf-webapp-template" type="war" />
</dependency>
@Grapes(
@Grab(group='org.hspconsortium.carewebframework', module='cwf-webapp-template', version='2.0.0-RC2')
)
libraryDependencies += "org.hspconsortium.carewebframework" % "cwf-webapp-template" % "2.0.0-RC2"
[org.hspconsortium.carewebframework/cwf-webapp-template "2.0.0-RC2"]