| License | License | 
|---|---|
| GroupId | GroupIdorg.hspconsortium | 
| ArtifactId | ArtifactIdhsp-authorization-server-webapp | 
| Last Version | Last Version0.8 | 
| Release Date | Release Date | 
| Type | Typewar | 
| Description | DescriptionHealth Services Platform Consortium - HSP Authorization - Web App Artifacts for creating an HSPC compliant authorization server web app | 
| Project Organization | Project Organization | 
<!-- https://jarcasting.com/artifacts/org.hspconsortium/hsp-authorization-server-webapp/ -->
<dependency>
    <groupId>org.hspconsortium</groupId>
    <artifactId>hsp-authorization-server-webapp</artifactId>
    <version>0.8</version>
    <type>war</type>
</dependency>// https://jarcasting.com/artifacts/org.hspconsortium/hsp-authorization-server-webapp/
implementation 'org.hspconsortium:hsp-authorization-server-webapp:0.8'// https://jarcasting.com/artifacts/org.hspconsortium/hsp-authorization-server-webapp/
implementation ("org.hspconsortium:hsp-authorization-server-webapp:0.8")'org.hspconsortium:hsp-authorization-server-webapp:war:0.8'<dependency org="org.hspconsortium" name="hsp-authorization-server-webapp" rev="0.8">
  <artifact name="hsp-authorization-server-webapp" type="war" />
</dependency>@Grapes(
@Grab(group='org.hspconsortium', module='hsp-authorization-server-webapp', version='0.8')
)libraryDependencies += "org.hspconsortium" % "hsp-authorization-server-webapp" % "0.8"[org.hspconsortium/hsp-authorization-server-webapp "0.8"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.mitre : openid-connect-server-webapp | war | 1.2.0 | 
| org.apache.commons : commons-dbcp2 | jar | 2.0.1 |