Categories |
CategoriesJersey Program Interface REST Frameworks |
---|---|
GroupId | GroupIdcom.github.metair.jersey |
ArtifactId | ArtifactIdexception-mapper |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
exception-mapper-1.0.1.pom | |
exception-mapper-1.0.1.jar | 47 KB |
exception-mapper-1.0.1-sources.jar | 28 KB |
exception-mapper-1.0.1-javadoc.jar | 282 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.metair.jersey/exception-mapper/ -->
<dependency>
<groupId>com.github.metair.jersey</groupId>
<artifactId>exception-mapper</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.metair.jersey/exception-mapper/
implementation 'com.github.metair.jersey:exception-mapper:1.0.1'
// https://jarcasting.com/artifacts/com.github.metair.jersey/exception-mapper/
implementation ("com.github.metair.jersey:exception-mapper:1.0.1")
'com.github.metair.jersey:exception-mapper:jar:1.0.1'
<dependency org="com.github.metair.jersey" name="exception-mapper" rev="1.0.1">
<artifact name="exception-mapper" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.metair.jersey', module='exception-mapper', version='1.0.1')
)
libraryDependencies += "com.github.metair.jersey" % "exception-mapper" % "1.0.1"
[com.github.metair.jersey/exception-mapper "1.0.1"]