License |
License |
---|---|
GroupId | GroupIdpl.ds.websight |
ArtifactId | ArtifactIdwebsight-error-handlers |
Last Version | Last Version1.0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionWebSight Error Handlers
Error Handlers is a module, which provides handling of end user errors like 404, 500 etc
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/pl.ds.websight/websight-error-handlers/ -->
<dependency>
<groupId>pl.ds.websight</groupId>
<artifactId>websight-error-handlers</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/pl.ds.websight/websight-error-handlers/
implementation 'pl.ds.websight:websight-error-handlers:1.0.2'
// https://jarcasting.com/artifacts/pl.ds.websight/websight-error-handlers/
implementation ("pl.ds.websight:websight-error-handlers:1.0.2")
'pl.ds.websight:websight-error-handlers:jar:1.0.2'
<dependency org="pl.ds.websight" name="websight-error-handlers" rev="1.0.2">
<artifact name="websight-error-handlers" type="jar" />
</dependency>
@Grapes(
@Grab(group='pl.ds.websight', module='websight-error-handlers', version='1.0.2')
)
libraryDependencies += "pl.ds.websight" % "websight-error-handlers" % "1.0.2"
[pl.ds.websight/websight-error-handlers "1.0.2"]
Group / Artifact | Type | Version |
---|---|---|
org.osgi : org.osgi.service.component.annotations | jar | 1.4.0 |
org.apache.sling : org.apache.sling.api | jar | 2.22.0 |
org.apache.sling : org.apache.sling.servlets.annotations | jar | 1.2.4 |
javax.servlet : servlet-api | jar | 2.5 |
org.slf4j : slf4j-api | jar | 1.7.25 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.9.9 |
Group / Artifact | Type | Version |
---|---|---|
org.mockito : mockito-junit-jupiter | jar | 3.3.3 |