| GroupId | GroupIdorg.apache.wink.example | 
|---|---|
| ArtifactId | ArtifactIdCustomExceptionMapper | 
| Version | Version1.2.1-incubating | 
| Type | Typewar | 
<!-- https://jarcasting.com/artifacts/org.apache.wink.example/CustomExceptionMapper/ -->
<dependency>
    <groupId>org.apache.wink.example</groupId>
    <artifactId>CustomExceptionMapper</artifactId>
    <version>1.2.1-incubating</version>
    <type>war</type>
</dependency>// https://jarcasting.com/artifacts/org.apache.wink.example/CustomExceptionMapper/
implementation 'org.apache.wink.example:CustomExceptionMapper:1.2.1-incubating'// https://jarcasting.com/artifacts/org.apache.wink.example/CustomExceptionMapper/
implementation ("org.apache.wink.example:CustomExceptionMapper:1.2.1-incubating")'org.apache.wink.example:CustomExceptionMapper:war:1.2.1-incubating'<dependency org="org.apache.wink.example" name="CustomExceptionMapper" rev="1.2.1-incubating">
  <artifact name="CustomExceptionMapper" type="war" />
</dependency>@Grapes(
@Grab(group='org.apache.wink.example', module='CustomExceptionMapper', version='1.2.1-incubating')
)libraryDependencies += "org.apache.wink.example" % "CustomExceptionMapper" % "1.2.1-incubating"[org.apache.wink.example/CustomExceptionMapper "1.2.1-incubating"]