License |
License |
---|---|
GroupId | GroupIdorg.force66 |
ArtifactId | ArtifactIdCxfExceptionUtils |
Last Version | Last Version1.0.0-rc1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCxfExceptionUtils
The exceptions that CXF generates for WSDL soap faults (e.g. input validations, etc) are less than helpful. This project contains root exceptions you can use that are *much more convenient and provide needed information to support personnel.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/org.force66/CxfExceptionUtils/ -->
<dependency>
<groupId>org.force66</groupId>
<artifactId>CxfExceptionUtils</artifactId>
<version>1.0.0-rc1</version>
</dependency>
// https://jarcasting.com/artifacts/org.force66/CxfExceptionUtils/
implementation 'org.force66:CxfExceptionUtils:1.0.0-rc1'
// https://jarcasting.com/artifacts/org.force66/CxfExceptionUtils/
implementation ("org.force66:CxfExceptionUtils:1.0.0-rc1")
'org.force66:CxfExceptionUtils:jar:1.0.0-rc1'
<dependency org="org.force66" name="CxfExceptionUtils" rev="1.0.0-rc1">
<artifact name="CxfExceptionUtils" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.force66', module='CxfExceptionUtils', version='1.0.0-rc1')
)
libraryDependencies += "org.force66" % "CxfExceptionUtils" % "1.0.0-rc1"
[org.force66/CxfExceptionUtils "1.0.0-rc1"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.commons : commons-lang3 | jar | 3.3.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |