Categories |
CategoriesGlassFish Container Application Servers Jersey Program Interface REST Frameworks |
---|---|
GroupId | GroupIdorg.glassfish.jersey.examples |
ArtifactId | ArtifactIdexception-mapping |
Version | Version2.18 |
Type | Typejar |
Filename | Size |
---|---|
exception-mapping-2.18.pom | |
exception-mapping-2.18.jar | 13 KB |
exception-mapping-2.18-sources.jar | 6 KB |
exception-mapping-2.18-project-src.zip | 13 KB |
exception-mapping-2.18-javadoc.jar | 62 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.glassfish.jersey.examples/exception-mapping/ -->
<dependency>
<groupId>org.glassfish.jersey.examples</groupId>
<artifactId>exception-mapping</artifactId>
<version>2.18</version>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.jersey.examples/exception-mapping/
implementation 'org.glassfish.jersey.examples:exception-mapping:2.18'
// https://jarcasting.com/artifacts/org.glassfish.jersey.examples/exception-mapping/
implementation ("org.glassfish.jersey.examples:exception-mapping:2.18")
'org.glassfish.jersey.examples:exception-mapping:jar:2.18'
<dependency org="org.glassfish.jersey.examples" name="exception-mapping" rev="2.18">
<artifact name="exception-mapping" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.jersey.examples', module='exception-mapping', version='2.18')
)
libraryDependencies += "org.glassfish.jersey.examples" % "exception-mapping" % "2.18"
[org.glassfish.jersey.examples/exception-mapping "2.18"]